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

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

Definition

Namespace:Telerik.Maui.Controls.GridSplitter

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class GridSplitterGripperDrawable : IDrawable

Inheritance: objectGridSplitterGripperDrawable

Implements: IDrawable

Constructors

Initializes a new instance of the GridSplitterGripperDrawable class.

C#
public GridSplitterGripperDrawable(RadGridSplitter splitter)
Parameters:splitterRadGridSplitter

The RadGridSplitter that owns this gripper drawable.

Methods

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

C#
public void Draw(ICanvas canvas, RectF dirtyRect)
Parameters:canvasICanvas

The ICanvas to draw on.

dirtyRectRectF

The RectF area to draw within.