Search
ItemRenderer.EffectiveRenderOptions Property
See Also
 





Gets the effective RenderOptions to use when rendering this item.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public RenderOptions EffectiveRenderOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveRenderOptions As RenderOptions

 Property Value

This property can refer to different instances depending on whether a DiagramItem is rendered in the main DiagramView, an Overview control, or in printed output.

 See Also