Gets or sets the RenderOptions used by this presenter.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public RenderOptions RenderOptions { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RenderOptions As RenderOptions |
A RenderOptions instance. It is initially set to the RenderOptions of current Diagram.
See Also