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

In This Topic
    DesiredDeceleration Property (InertiaRotationBehavior)
    In This Topic
    Gets or sets the rate the rotation slows in degrees per squared millisecond.
    Syntax
    'Declaration
     
    
    Public Property DesiredDeceleration As Single
    public float DesiredDeceleration {get; set;}

    Property Value

    The rate the rotation slows in degrees per squared millisecond.
    See Also