Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationInertiaStartingEventArgs Class / TranslationBehavior Property


In This Topic
    TranslationBehavior Property
    In This Topic
    Get or sets the rate of slowdown of the translation of the inertial movement.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TranslationBehavior As InertiaTranslationBehavior
    'Usage
     
    
    Dim instance As ManipulationInertiaStartingEventArgs
    Dim value As InertiaTranslationBehavior
     
    value = instance.TranslationBehavior
    public InertiaTranslationBehavior TranslationBehavior {get;}

    Property Value

    The rate of slowdown of the translation of the inertial movement.
    See Also