For the complete documentation index, see llms.txt. This page is also available as Markdown.

SwipeDirection

Wisej.Web.SwipeDirection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Indicates the direction of the swipe gesture.

public enum SwipeDirection : Enum
Public Enum SwipeDirection As [Enum]

Fields

Name
Description

Down

Direction down.

Left

Direction left.

Right

Direction right.

Up

Direction up.

Used By

Name
Description

Returns the direction of the performed swipe in reference to the axis: X = Up / Down Y = Left / Right

Last updated

Was this helpful?