[]
        
(Showing Draft Content)

C1.Win.Command.Docking.Drawing.BoxRenderer.DrawThemedDivider

DrawThemedDivider Method

DrawThemedDivider(Graphics, Rectangle, Color, TabAlignment, bool)

Draws the divider with parameters.

Declaration
public void DrawThemedDivider(Graphics g, Rectangle r, Color borderColor, TabAlignment orientation, bool rightToLeft)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Rectangle r

The rectangle area to paint.

Color borderColor

The color of the border of the rectangle.

TabAlignment orientation

A TabAlignment structure that specifies the locations of the tabs in a tab control.

bool rightToLeft

A boolean flag that indicates whether the divider should be drawn on the right side.