Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1DragStartedEventArgs Class / Origin Property


In This Topic
    Origin Property (C1DragStartedEventArgs)
    In This Topic
    Gets the absolute point where the gesture started.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Origin As C1Point
    'Usage
     
    
    Dim instance As C1DragStartedEventArgs
    Dim value As C1Point
     
    value = instance.Origin
    public C1Point Origin {get;}
    See Also