Gets or sets whether this item is expanded to show its children.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |