Creates a System.Drawing.Brush object representing the currently effective text brush of the table cells.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Brush GetEffectiveCellTextBrush () |
Visual Basic Copy Code |
---|
Public Function GetEffectiveCellTextBrush () As Brush |
A .NET Brush object.
This 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.