MAUI Pack Programmer's Guide
TreeViewItem.LabelBrush Property
See Also
 






Gets or sets the brush used to draw the label of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush LabelBrush { get; set; }

Visual Basic  Copy Code

Public Property LabelBrush As Brush

 Property Value

An instance of a Brush-derived class. The default value is null.

 Remarks

It this property is set to null, the label is rendered using the TextBrush value of the parent node.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming Namespace