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

In This Topic
    DesiredDisplacement Property (InertiaTranslationBehavior)
    In This Topic
    Gets or sets the linear movement of the manipulation at the end of inertia.
    Syntax
    'Declaration
     
    
    Public Property DesiredDisplacement As Single
    public float DesiredDisplacement {get; set;}

    Property Value

    The linear movement of the manipulation at the end of inertia.
    See Also