SnapPointsType Enumeration
Specify how panning snap points are processed for gesture input.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SnapPointsType
Public Enumeration SnapPointsType
type SnapPointsType
Members
None | 0 | No snapping behavior. |
Mandatory | 1 | Content always stops at the snap point closest to where inertia would naturally stop along the direction of inertia. |
MandatorySingle | 2 | Content always stops at the snap point closest to the release point along the direction of inertia. |