New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridSkiaSharpCellRendererRenderContext : DataGridCellRendererRenderContext

Inheritance: objectDataGridCellRendererRenderContextDataGridSkiaSharpCellRendererRenderContext

Inherited Members DataGridCellRendererRenderContext.ColumnDataGridCellRendererRenderContext.ContainerDataGridCellRendererRenderContext.ItemDataGridCellRendererRenderContext.Bounds

Properties

Canvas

SKCanvas

Gets the SKCanvas used for rendering.

C#
public SKCanvas Canvas { get; }
Property Value:

The SKCanvas instance for drawing operations.

Gets the display scale factor for the rendering context.

C#
public double DisplayScale { get; }
Property Value:

The display scale factor.

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