Gets or sets the brush used to paint texts inside the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Brush TextBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property TextBrush As Brush |
An instance of a 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |