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