Class SwipeDirection
Defines constants that specify the swipe directions.
Inheritance
System.Object
SwipeDirection
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class SwipeDirection : Enum
Fields
Bottom
Specifies that the swiping is made in the bottom direction.
Declaration
public const SwipeDirection Bottom
Field Value
Type |
---|
SwipeDirection |
Left
Specifies that the swiping is made in the left direction.
Declaration
public const SwipeDirection Left
Field Value
Type |
---|
SwipeDirection |
Right
Specifies that the swiping is made in the right direction.
Declaration
public const SwipeDirection Right
Field Value
Type |
---|
SwipeDirection |
Top
Specifies that the swiping is made in the top direction.
Declaration
public const SwipeDirection Top
Field Value
Type |
---|
SwipeDirection |