Gets or sets the default brush of text displayed inside diagram items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush TextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextBrush As Brush |
An instance of a .NET Brush-derived class. The default is a solid brush initialized with Colors.Black.
RemarksUse the property to specify the default brush of the text of diagram items.
See Also