Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch 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
    'Usage
     
    
    Dim instance As InertiaRotationBehavior
    Dim value As Single
     
    instance.DesiredDeceleration = value
     
    value = instance.DesiredDeceleration
    public float DesiredDeceleration {get; set;}

    Property Value

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