Gets the effective RenderOptions to use when rendering this item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public RenderOptions EffectiveRenderOptions { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EffectiveRenderOptions As RenderOptions |
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