Search
TableNode.CellTextBrush Property
See Also
 






Gets or sets the text color of the table cells. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush CellTextBrush { get; set; }

Visual Basic  Copy Code

Public Property CellTextBrush As Brush

 Property Value

An instance of a Brush-derived class.

 See Also