ComponentOne Xamarin.iOS
InitialThreshold Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1DragPreviewEventArgs 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 C1DragPreviewEventArgs
Dim value As Double
 
instance.InitialThreshold = value
 
value = instance.InitialThreshold
public double InitialThreshold {get; set;}
See Also

Reference

C1DragPreviewEventArgs Class
C1DragPreviewEventArgs Members