Gets or sets a value indicating whether the category is currently expanded.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsExpanded { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsExpanded As Boolean |
true if the category panel is expanded in Palette control's accordion UI, or false otherwise.
See Also