Search
ContainerNode.GetEffectiveCaptionBrush Method
See Also
 





Returns a Brush object representing the currently effective caption brush of the container.

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 container's CaptionBrush if not null, or the TextBrush property of the container's style.

 See Also