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