[]
        
(Showing Draft Content)

C1.Win.Touch.TouchConfiguration.AllowPanningFeedback

AllowPanningFeedback Property

AllowPanningFeedback

Gets or sets whether the control shows a visual cue when a user reaches the end of a pannable area.

Declaration
public bool AllowPanningFeedback { get; set; }
Remarks

To enable panning feedback you should update the OverpanOffsetX and OverpanOffsetY properties of the TouchOutput object in the ITouchDestination.ProceedInteraction() method.