DiagramLite Programmer's Guide
TreeViewItem.LabelBrush Property
See Also
 





Gets or sets the label color of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Brush LabelBrush { get; set; }

Visual Basic  Copy Code

Public Property LabelBrush As Brush

 Property Value

A System.Windows.Media.Brush instance specifying the label color. The default is null.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming Namespace