TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / InertiaTranslationBehavior Class / DesiredDeceleration Property

In This Topic
    DesiredDeceleration Property (InertiaTranslationBehavior)
    In This Topic
    Gets or sets the rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.
    Syntax
    'Declaration
     
    
    Public Property DesiredDeceleration As Single
    public float DesiredDeceleration {get; set;}

    Property Value

    The rate the linear movement slows in device-independent units (1/96th inch per unit) per squared millisecond.
    See Also