PanStatus

sealed class PanStatus

Represents the status of a pan gesture.

Since

200.3.0

Inheritors

Types

Link copied to clipboard

Indicates that a pan gesture has just completed. The PanChangeEvent is the last event of a pan gesture.

Link copied to clipboard

Indicates a pan gesture is in progress.

Link copied to clipboard

Indicates that a pan gesture has just started. The PanChangeEvent is the first event of a pan gesture.