alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragBeginEventArgs

    Initializes a new instance of the DragEndEventArgs class.

    Inheritance
    System.Object
    DragBeginEventArgs
    Namespace: Syncfusion.SfRadialMenu.iOS
    Assembly: Syncfusion.SfRadialMenu.iOS.dll
    Syntax
    public class DragBeginEventArgs : EventArgs

    Constructors

    DragBeginEventArgs()

    Declaration
    public DragBeginEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether the boolean is cancel.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Position

    Gets or sets the start position value of the Radial menu.

    Declaration
    public CGPoint Position { get; set; }
    Property Value
    Type
    CoreGraphics.CGPoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved