Gets or sets the visual state of the ExpandButton instance
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool Expanded { get; set; } |
Visual Basic Copy Code |
---|
Public Property Expanded As Boolean |
true if the tree branch associated with this button is expanded, otherwise false.
Set to true to go to Expanded visual state; Set to false to go to Collapsed visual state