SnapPointsType Enumeration
Specify how panning snap points are processed for gesture input.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SnapPointsType
Public Enumeration SnapPointsType
| 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.
|