Search
TableNode.GetEffectiveCellTextBrush Method
See Also
 





Returns a Brush representing the currently effective text brush of the table cells.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCellTextBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveCellTextBrush () As Brush

 Return Value

A Brush instance.

 Remarks

This method returns either the table's CellTextBrush if not null, or the CellTextBrush property of the table's style.

 See Also