Skip to main content

SnapPointsType Enumeration

Specify how panning snap points are processed for gesture input.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum SnapPointsType
View Source

Members

None0No snapping behavior.
Mandatory1Content always stops at the snap point closest to where inertia would naturally stop along the direction of inertia.
MandatorySingle2Content always stops at the snap point closest to the release point along the direction of inertia.

See Also

Reference

Avalonia.Controls.Primitives Namespace