Gets or sets the brush used to fill expand/collapse button of nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush ExpandButtonBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExpandButtonBrush As Brush |
A Brush object used to fill the expand/collapse buttons.
See Also