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