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