ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DragStartingEventArgs Class / InitialThreshold Property

In This Topic
    InitialThreshold Property
    In This Topic
    Gets or sets the number of pixels the gesture will have to pass in order to start.
    Syntax
    'Declaration
     
    Public Property InitialThreshold As System.Double
    public System.double InitialThreshold {get; set;}
    See Also