Search
TableNodeStyle.CellTextBrush Property
See Also
 






Gets or sets the brush used to paint texts inside table cells.

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