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:
Constructors
Initializes a new instance of the GridSplitterGripperDrawable class.
C#
public GridSplitterGripperDrawable(RadGridSplitter splitter)
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)
The ICanvas to draw on.
dirtyRectRectFThe RectF area to draw within.