[]
Draws the divider with parameters.
public void DrawThemedDivider(Graphics g, Rectangle r, Color borderColor, TabAlignment orientation, bool rightToLeft)
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. |