Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / InertiaTranslationBehavior Class / DesiredDisplacement Property


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

    Property Value

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