Search
ExpandButton.Expanded Property
See Also
 






Gets or sets the visual state of the ExpandButton instance

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Expanded { get; set; }

Visual Basic  Copy Code

Public Property Expanded As Boolean

 Property Value

 Remarks

Set to true to go to Expanded visual state; Set to false to go to Collapsed visual state

 See Also