C1.Win.Touch Namespace / TouchConfiguration Class / AllowPanningFeedback Property

In This Topic
AllowPanningFeedback Property
In This Topic
Gets or sets whether the control shows a visual cue when a user reaches the end of a pannable area.
Syntax
'Declaration
 
Public Property AllowPanningFeedback As Boolean
 
Remarks
To enable panning feedback you should update the OverpanOffsetX and OverpanOffsetY properties of the TouchOutput object in the ITouchDestination.ProceedInteraction() method.
See Also