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 MindFusion.Drawing.Brush-derived class. The default is null (Nothing in Visual Basic).
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.
MvcDiagram Programmer's Guide | © 2024 MindFusion |