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
Properties
Canvas
SKCanvas
Gets the SKCanvas used for rendering.
C#
public SKCanvas Canvas { get; }
The SKCanvas instance for drawing operations.
Gets the display scale factor for the rendering context.
C#
public double DisplayScale { get; }
The display scale factor.