Defines the different interaction modes of the RadSlideView.
Definition
Namespace:Telerik.Maui.Controls.SlideView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SlideViewInteractionMode
Fields
The RadSlideView will not react to pointer gestures.
C#
None = 0
The end-user will be able to use the pointer to move the current item and navigate to adjacent items.
C#
Pan = 1