Gets or sets the brush used to paint the text of the cell.
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 Brush-derived class. The default is null.
The Text of the cell is painted with this brush. However, if the property is set to the default null value, the table's CellTextBrush property is used instead of the cell's one.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |