Search
DiagramPresenter.RenderOptions Property
See Also
 





Gets or sets the RenderOptions used by this presenter.

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

 Syntax

C#  Copy Code

public RenderOptions RenderOptions { get; set; }

Visual Basic  Copy Code

Public Property RenderOptions As RenderOptions

 Property Value

A RenderOptions instance. It is initially set to the RenderOptions of current Diagram.

 See Also