Gets or sets a value indicating whether the subtree starting from this node is expanded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public virtual bool Expanded { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property Expanded As Boolean |
This property is useful mostly when nodes form a tree-like hierarchical structure.