Gets or sets the brush used to draw the item's text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
Brush TextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Property TextBrush As Brush |
An instance of the System.Windows.Media.Brush class. The default is Brushes.Black.
See Also