Class DragBeginEventArgs
Represents event arguments for the beginning of a drag operation.
Inheritance
System.Object
DragBeginEventArgs
Namespace: Syncfusion.Maui.RadialMenu
Assembly: Syncfusion.Maui.RadialMenu.dll
Syntax
public class DragBeginEventArgs : EventArgs
Constructors
DragBeginEventArgs()
Declaration
public DragBeginEventArgs()
Properties
Handled
Gets or sets the Handled of the control.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Position
Gets or sets the position of the control.
Declaration
public Point Position { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Point |