Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragInertiaStartedEventArgs Class / DesiredDeceleration Property


In This Topic
    DesiredDeceleration Property
    In This Topic
    Gets or sets the deceleration of the drag inertia (pixels by millisecond)
    Syntax
    'Declaration
     
    
    Public Property DesiredDeceleration As Double
    'Usage
     
    
    Dim instance As C1DragInertiaStartedEventArgs
    Dim value As Double
     
    instance.DesiredDeceleration = value
     
    value = instance.DesiredDeceleration
    public double DesiredDeceleration {get; set;}
    See Also