Search
TableNode.EffectiveCellTextBrush Property
See Also
 





Gets the effective text brush of the table cells.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush EffectiveCellTextBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveCellTextBrush As Brush

 Property Value

An instance of a MindFusion.Drawing.Brush-derived class.

 See Also