Search
ContainerNode.GetEffectiveCaptionBackBrush Method
See Also
 





Returns a Brush object representing the currently effective caption background of the container.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCaptionBackBrush (
    Rect bounds,
    double dx,
    double dy
)

Visual Basic  Copy Code

Public Function GetEffectiveCaptionBackBrush( _
    bounds As Rect, _
    dx As Double, _
    dy As Double _
) As Brush

 Parameters

bounds

dx

dy

 Return Value

 Remarks

This 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