alexa
menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DragBeginEventArgs

    Occurs when the control get dragged.

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

    Constructors

    DragBeginEventArgs()

    Declaration
    public DragBeginEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether the value of Handled property.

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

    Position

    Gets or sets a value indicating whether the value of Position property.

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