Class DragBeginEventArgs
Represents the arguments for DragBeginEventArgs.
Inheritance
System.Object
DragBeginEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class DragBeginEventArgs : EventArgs
Constructors
DragBeginEventArgs()
Represents the DragBeginEvent arguments Constructor for DragBeginEventArgs.
Declaration
public DragBeginEventArgs()
Properties
Handled
Handled value decide the dragging of radialmenu cancel or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Position
RadialMenu dragging started.it will store starting position of RadialMenu.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Windows.Foundation.Point |