Class BorderGrip
The BorderGrip class represents a circular grip attached to a border
Namespace: Maze.Maui.Controls.InteractiveGrid
Assembly: Maze.Maui.Controls.dll
Syntax
public class BorderGrip : BoxView
Constructors
BorderGrip(Icon, double)
Constructor
Declaration
public BorderGrip(Icon hoverIcon, double diameter)
Parameters
| Type | Name | Description |
|---|---|---|
| Icon | hoverIcon | The icon to be displayed when the mouse pointer hovers over the object |
| double | diameter | The diameter of the grip (in DIPs) |
Properties
Diameter
The diameter of the grip (in DIPs)
Declaration
public double Diameter { get; set; }
Property Value
| Type | Description |
|---|---|
| double | Diameter |
HoverIcon
The icon to be displayed when the mouse pointer hovers over the object
Declaration
public Icon HoverIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| Icon | Hover icon |
Events
PanUpdated
The registered pan updated event handler (if any)
Declaration
public event BorderGrip.PanUpdatedHandler? PanUpdated
Event Type
| Type | Description |
|---|---|
| BorderGrip.PanUpdatedHandler | Pan updated event handler |