Class ScrollViewerSwipeMode
Represents the additional swipe logic for a ScrollViewer or an element in a ScrollViewer.
Inheritance
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ScrollViewerSwipeMode : Enum
Fields
None
The element does not have additional logic for swiping.
Declaration
public const ScrollViewerSwipeMode None
Field Value
ScrollViewerSwipeMode
|
Parent
If an unhandled swipe gesture occurs for this element, the first ScrollViewer parent will get panned.
Declaration
public const ScrollViewerSwipeMode Parent
Field Value
ScrollViewerSwipeMode
|
Self
The element is expected to be a ScrollViewer and if an unhandled swipe gesture occurs, the ScrollViewer will get panned.
Declaration
public const ScrollViewerSwipeMode Self
Field Value
ScrollViewerSwipeMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|