ASP.NET Pack Programmer's Guide
TableNode.Cell.TextBrush Property
See Also
 





Gets or sets the brush used to paint the text of the cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush TextBrush { get; set; }

Visual Basic  Copy Code

Public Property TextBrush As Brush

 Property Value

An instance of a MindFusion.Drawing.Brush-derived class. The default is null (Nothing in Visual Basic).

 Remarks

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.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace
Font Property
TextFormat Property