Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / InertiaExpansionBehavior Class / DesiredDeceleration Property


In This Topic
    DesiredDeceleration Property (InertiaExpansionBehavior)
    In This Topic
    Gets or sets the rate at which resizing slows.
    Syntax
    'Declaration
     
    
    Public Property DesiredDeceleration As Single
    'Usage
     
    
    Dim instance As InertiaExpansionBehavior
    Dim value As Single
     
    instance.DesiredDeceleration = value
     
    value = instance.DesiredDeceleration
    public float DesiredDeceleration {get; set;}

    Property Value

    The rate at which resizing slows.
    See Also