Gets or sets the brush used to draw the label's text.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush TextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextBrush As Brush |
An instance of a Brush -derived class.
See Also