Gets or sets the brush used to paint texts inside the item.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |