Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragInertiaStartedEventArgs Class / DesiredDeceleration Property

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