Search
TableNode.GetEffectiveCaptionBrush Method
See Also
 





Returns a Brush representing the currently effective caption brush of the table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCaptionBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveCaptionBrush () As Brush

 Return Value

A Brush instance.

 Remarks

This method returns either the table's CaptionBrush if not null, or the TextBrush property of the table's style.

 See Also