Creates a System.Drawing.Brush object 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 .NET Brush object.
RemarksThis method returns a system brush corresponding to the table's CellTextBrush if the table's CellTextBrush is not null, or a system brush corresponding to the CellTextBrush property of the table's style. The returned object must be disposed by the caller.
See Also