Search
DiagramItem.TextBrush Property
See Also
 






Gets or sets the color of the item's text. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: 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 the Brush-derived class. The default is Brushes.Black.

 See Also