Gets or sets the visual state of the ExpandButton instance
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Expanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Expanded As Boolean |
RemarksSet to true to go to Expanded visual state; Set to false to go to Collapsed visual state
See Also