OverpanOffsetX Property (TouchManipulation)
In This Topic
Gets or sets a value that indicates how far past the horizontal end of the pannable region the pan has gone. This property should be updated by the user if TouchProcessor.AllowPanningFeedback is set to true.
Syntax
'Declaration
Public Property OverpanOffsetX As Integer
public int OverpanOffsetX {get; set;}
See Also