Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragStartingEventArgs Class / InitialThreshold Property

In This Topic
    InitialThreshold Property (C1DragStartingEventArgs)
    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 Double
    public double InitialThreshold {get; set;}
    See Also