Returns a Brush representing the currently effective caption back brush of the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush GetEffectiveCaptionBackBrush ( |
Visual Basic
Copy Code
|
|---|
Public Function GetEffectiveCaptionBackBrush( _ |
The bounds of the new brush.
The horizontal translation of the new brush.
The vertical translation of the new brush.
A Brush instance.
RemarksThis method returns either the table's CaptionBackBrush if not null, or the CaptionBackBrush property of the table's style.
See Also