ClassDataGridSkiaSharpCellRendererRenderContext
Class
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
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
The display scale factor.