ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Double
    public System.double DesiredDeceleration {get; set;}
    See Also