Returns a Brush object representing the currently effective caption background 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 either the container's CaptionBackBrush if not null, or the CaptionBackBrush property of the container's style. This method can return null.
See Also