Returns a Brush object representing the currently effective caption brush of the container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush GetEffectiveCaptionBrush () |
Visual Basic
Copy Code
|
|---|
Public Function GetEffectiveCaptionBrush () As Brush |
A Brush instance.
RemarksThis method returns either the container's CaptionBrush if not null, or the TextBrush property of the container's style.
See Also