Class CardSwipeDirection
Represents the direction in which card view can be swiped. Based on this value, card views will be arranged in opposite direction.
Inheritance
System.Object
CardSwipeDirection
Namespace: Syncfusion.XForms.Cards
Assembly: Syncfusion.Cards.XForms.dll
Syntax
public sealed class CardSwipeDirection : Enum
Fields
Left
Represents left direction for swiping.
Declaration
public const CardSwipeDirection Left
Field Value
Type |
---|
CardSwipeDirection |
Right
Represents right direction for swiping.
Declaration
public const CardSwipeDirection Right
Field Value
Type |
---|
CardSwipeDirection |