Class SlideViewInteractionMode
Defines the different interaction modes of the RadSlideView.
Inheritance
System.Object
SlideViewInteractionMode
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SlideViewInteractionMode : Enum
Fields
None
The RadSlideView will not react to pointer gestures.
Declaration
public const SlideViewInteractionMode None
Field Value
SlideViewInteractionMode
|
Pan
The end-user will be able to use the pointer to move the current item and navigate to adjacent items.
Declaration
public const SlideViewInteractionMode Pan
Field Value
SlideViewInteractionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|