MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.CaptionBrush Property
See Also
 





Gets or sets the brush used to draw the caption text.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Brush CaptionBrush { get; set; }

Visual Basic  Copy Code

Public Property CaptionBrush As Brush

 Property Value

An instance of the System.Windows.Media.Brush class. The default is Brushes.Black.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace