ASP.NET Pack Programmer's Guide
TableNode.GetEffectiveCaptionBackBrush Method
See Also
 





Creates a System.Drawing.Brush object representing the currently effective caption back brush of the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCaptionBackBrush (
    RectangleF bounds,
    float dx,
    float dy
)

Visual Basic  Copy Code

Public Function GetEffectiveCaptionBackBrush( _
    bounds As RectangleF, _
    dx As Single, _
    dy As Single _
) 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 .NET Brush object.

 Remarks

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.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace