ComponentOne FinancialChart for WPF
InitialThreshold Property



C1.WPF Namespace > C1DragStartingEventArgs Class : InitialThreshold Property
Gets or sets the number of pixels the gesture will have to pass in order to start.
Syntax
'Declaration
 
Public Property InitialThreshold As Double
'Usage
 
Dim instance As C1DragStartingEventArgs
Dim value As Double
 
instance.InitialThreshold = value
 
value = instance.InitialThreshold
public double InitialThreshold {get; set;}
public:
property double InitialThreshold {
   double get();
   void set (    double value);
}
See Also

Reference

C1DragStartingEventArgs Class
C1DragStartingEventArgs Members