Search
TableNode.GetEffectiveCaptionBackBrush Method
See Also
 





Returns a Brush representing the currently effective caption back brush of the table.

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

The bounds of the new brush.

dx

The horizontal translation of the new brush.

dy

The vertical translation of the new brush.

 Return Value

A Brush instance.

 Remarks

This method returns either the table's CaptionBackBrush if not null, or the CaptionBackBrush property of the table's style.

 See Also