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
SyntaxC#
Copy Code
|
|---|
public RenderOptions Options { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Options As RenderOptions |
A RenderOptions instance.
RemarksProperties of this object reflect ones of the target component, such as DisplayText of Overview control.
See Also