Gets or sets the brush used to paint texts inside the item.
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 MindFusion.Drawing.Brush-derived class. The default value is null.
RemarksWhen 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