Search
Diagram.ExpandButtonBrush Property
See Also
 






Gets or sets the brush used to fill expand/collapse button of nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ExpandButtonBrush { get; set; }

Visual Basic  Copy Code

Public Property ExpandButtonBrush As Brush

 Property Value

A Brush object used to fill the expand/collapse buttons.

 See Also