PanningAnimateBack Property (TouchConfiguration)
In This Topic
Indicates whether the control positioning reset should incorporate a smooth animation after showing panning feedback. Set this property to false if the original position of the control needs to be restored immediately.
Syntax
'Declaration
Public Property PanningAnimateBack As Boolean
public bool PanningAnimateBack {get; set;}
See Also