TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / UseTimerForInertia Property

In This Topic
    UseTimerForInertia Property (TouchProcessor)
    In This Topic
    Gets or sets whether the animation timer should be created for processing inertia (true by default).
    Syntax
    'Declaration
     
    
    Public Property UseTimerForInertia As Boolean
    public bool UseTimerForInertia {get; set;}
    Remarks
    Call the ProcessTimerTick method for processing inertia when this property is set to False.
    See Also