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;}
See Also