Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch 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
    'Usage
     
    
    Dim instance As InertiaTranslationBehavior
    Dim value As Single
     
    instance.DesiredDeceleration = value
     
    value = instance.DesiredDeceleration
    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