[]
Draw the background of the control in the specified drawingContext.
protected virtual void OnRenderBackground(Canvas drawingContext, C1Rect backgroundArea)
Protected Overridable Sub OnRenderBackground(drawingContext As Canvas, backgroundArea As C1Rect)
| Type | Name | Description |
|---|---|---|
| Canvas | drawingContext | The drawing context used to paint the background. |
| C1Rect | backgroundArea | The rectangle of the background. |
The performed drawings will be clipped if C1CornerRadius is specified.