Class SwipeStartedEventArgs
Initializes a new instance of the SwipeStartedEventArgs class.
Inheritance
System.Object
SwipeStartedEventArgs
Namespace: Syncfusion.Maui.Core.Carousel
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class SwipeStartedEventArgs : EventArgs
Constructors
SwipeStartedEventArgs()
Declaration
public SwipeStartedEventArgs()
Properties
IsSwipedLeft
Gets or sets isLeftSwipe of carousel.
Declaration
public bool IsSwipedLeft { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The carousel. |