Returns a Brush representing the currently effective text brush of the table cells.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush GetEffectiveCellTextBrush () |
Visual Basic
Copy Code
|
|---|
Public Function GetEffectiveCellTextBrush () As Brush |
A Brush instance.
RemarksThis method returns either the table's CellTextBrush if not null, or the CellTextBrush property of the table's style.
See Also