Gets or sets whether this item is expanded to show its children.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Expanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Expanded As Boolean |
true to show the children of this item, otherwise false; the default value is true.
See Also