Class DragBeginEventArgs
It represents the arguments for DragBeginEventArgs.
Inheritance
System.Object
DragBeginEventArgs
Namespace: Syncfusion.SfRadialMenu.XForms
Assembly: Syncfusion.SfRadialMenu.XForms.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 |
---|
Xamarin.Forms.Point |