Class
GridSplitterGripperDrawable

Provides drawing functionality for the gripper visual element of a grid splitter.

Definition

Namespace:Telerik.Maui.Controls.GridSplitter

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class GridSplitterGripperDrawable : IDrawable

Inheritance: objectGridSplitterGripperDrawable

Implements: IDrawable

Constructors

GridSplitterGripperDrawable(RadGridSplitter)

Initializes a new instance of the GridSplitterGripperDrawable class.

Declaration

cs-api-definition
public GridSplitterGripperDrawable(RadGridSplitter splitter)

Parameters

splitter

RadGridSplitter

The RadGridSplitter that owns this gripper drawable.

Methods

Draw(ICanvas, RectF)

Draws the gripper on the specified canvas within the given rectangle.

Declaration

cs-api-definition
public void Draw(ICanvas canvas, RectF dirtyRect)

Parameters

canvas

ICanvas

The ICanvas to draw on.

dirtyRect

RectF

The RectF area to draw within.