DiagramLite Programmer's Guide
ExpandButton.Expanded Property
See Also
 





Gets or sets the visual state of the ExpandButton instance

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool Expanded { get; set; }

Visual Basic  Copy Code

Public Property Expanded As Boolean

 Property Value

true if the tree branch associated with this button is expanded, otherwise false.

 Remarks

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

 See Also

ExpandButton Members
ExpandButton Class
MindFusion.Diagramming Namespace