[]
Draw the background adorners of the control in the specified drawingContext.
protected virtual void OnRenderBackgroundAdorners(Canvas drawingContext, C1Rect backgroundArea)
Protected Overridable Sub OnRenderBackgroundAdorners(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 CornerRadius is specified.