Returns a Brush representing the currently effective caption brush of the table.
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 table's CaptionBrush if not null, or the TextBrush property of the table's style.
See Also