Creates a System.Drawing.Brush object representing the currently effective caption back brush of the table.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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 .NET Brush object.
This method returns a system brush corresponding to the table's CaptionBackBrush if the table's CaptionBackBrush is not null, or a system brush corresponding to the CaptionBackBrush property of the table's style. This method can return null. The returned object (if any) must be disposed by the caller.