ASP.NET Pack Programmer's Guide
TreeViewItem.Brush Property
See Also
 





Gets or sets the brush used to paint item's background.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

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

 Remarks

If this property is not set, item's background is painted using the parent node's Brush.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming Namespace