SnapPointsType Enumeration

Specify how panning snap points are processed for gesture input.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SnapPointsType

Members

None0 No snapping behavior.
Mandatory1 Content always stops at the snap point closest to where inertia would naturally stop along the direction of inertia.
MandatorySingle2 Content always stops at the snap point closest to the release point along the direction of inertia.

See Also