[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellView.OnRenderBackgroundAdorners

OnRenderBackgroundAdorners Method

OnRenderBackgroundAdorners(CanvasDrawingSession, Rect)

Draw the background adorners of the control in the specified drawingContext.

Declaration
protected override void OnRenderBackgroundAdorners(CanvasDrawingSession drawingContext, Rect backgroundArea)
Protected Overrides Sub OnRenderBackgroundAdorners(drawingContext As CanvasDrawingSession, backgroundArea As Rect)
Parameters
Type Name Description
CanvasDrawingSession drawingContext

The drawing context used to paint the background.

Rect backgroundArea

The rectangle of the background.

Overrides
Remarks

The performed drawings will be clipped if CornerRadius is specified.