Search
TableNode.GetEffectiveCaptionBrush Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCaptionBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveCaptionBrush () As Brush

 Return Value

A .NET Brush object.

 Remarks

This method returns a system brush corresponding to the table's CaptionBrush if the table's CaptionBrush is not null, or a system brush corresponding to the TextBrush property of the table's style. The returned object must be disposed by the caller.

 See Also