Class MessageSwipeEndedEventArgs
Provides data for the SwipeEnded event.
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public class MessageSwipeEndedEventArgs : MessageSwipeEventArgs
Constructors
MessageSwipeEndedEventArgs(IMessage, SwipeDirection)
Initializes a new instance of the MessageSwipeEndedEventArgs class.
Declaration
public MessageSwipeEndedEventArgs(IMessage message, SwipeDirection swipeDirection)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | The instance of the message being swiped. |
SwipeDirection | swipeDirection | The direction of the swiped message. |
Properties
SwipeOffSet
Gets the current swipe offset of the message after the swipe operation is complete.
Declaration
public double SwipeOffSet { get; }
Property Value
Type | Description |
---|---|
System.Double | The current swipe offset of the message. |