Creates a System.Drawing.Brush object representing the currently effective caption back brush of the container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush GetEffectiveCaptionBackBrush ( |
Visual Basic
Copy Code
|
|---|
Public Function GetEffectiveCaptionBackBrush( _ |
RemarksThis method returns a system brush corresponding to the container's CaptionBackBrush if the container's CaptionBackBrush is not null, or a system brush corresponding to the CaptionBackBrush property of the container's style. This method can return null. The returned object (if any) must be disposed by the caller.
See Also