Gets or sets the brush used to paint texts inside the item.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
When set to null, the brush object used to draw text is derived from either the item's Style or the current diagram Theme.
NetDiagram Programmer's Guide | © 2023 MindFusion |