[]
Gets or sets whether the control shows a visual cue when a user reaches the end of a pannable area.
public bool AllowPanningFeedback { get; set; }
To enable panning feedback you should update the OverpanOffsetX and OverpanOffsetY properties of the TouchOutput object in the ITouchDestination.ProceedInteraction() method.