Class
DataGridSkiaSharpCellRendererRenderContext

Represents a SkiaSharp-specific rendering context for data grid cell renderers.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridSkiaSharpCellRendererRenderContext : DataGridCellRendererRenderContext

Inheritance: objectDataGridCellRendererRenderContextDataGridSkiaSharpCellRendererRenderContext

Inherited Members DataGridCellRendererRenderContext.ColumnDataGridCellRendererRenderContext.ContainerDataGridCellRendererRenderContext.ItemDataGridCellRendererRenderContext.Bounds

Properties

Canvas

Gets the SKCanvas used for rendering.

Declaration

cs-api-definition
public SKCanvas Canvas { get; }

Property Value

SKCanvas

The SKCanvas instance for drawing operations.

DisplayScale

Gets the display scale factor for the rendering context.

Declaration

cs-api-definition
public double DisplayScale { get; }

Property Value

double

The display scale factor.

In this article
DefinitionPropertiesCanvasDisplayScale
Not finding the help you need?
Contact Support