Search
DrawNodeEventArgs.Options Property
See Also
 





Gets a RenderOptions specifying what type of graphic elements the target view control or printed page expects to be rendered.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RenderOptions Options { get; }

Visual Basic  Copy Code

Public ReadOnly Property Options As RenderOptions

 Property Value

A RenderOptions instance.

 Remarks

Properties of this object reflect ones of the target component, such as DisplayText of Overview control.

 See Also