In This Topic
Gets or sets a value that indicates how far past the vertical 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 OverpanOffsetY As Integer
public int OverpanOffsetY {get; set;}
See Also