Search
DiagramItem.TextBrush Property
See Also
 





Gets or sets the brush used to paint texts inside the item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush TextBrush { get; set; }

Visual Basic  Copy Code

Public Property TextBrush As Brush

 Property Value

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

 Remarks

When set to null, the brush object used to draw text is derived from either the item's Style or the current diagram Theme.

 See Also