ASP.NET Pack Programmer's Guide
TableNode.GetEffectiveCellTextBrush Method
See Also
 





Creates a System.Drawing.Brush object representing the currently effective text brush of the table cells.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCellTextBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveCellTextBrush () As Brush

 Return Value

A .NET Brush object.

 Remarks

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.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace