SnapPointsType Enum
Definition
Specify how panning snap points are processed for gesture input.
public enum SnapPointsType
Fields
| Name | Description |
|---|---|
| Mandatory | Content always stops at the snap point closest to where inertia would naturally stop along the direction of inertia. |
| MandatorySingle | Content always stops at the snap point closest to the release point along the direction of inertia. |
| None | No snapping behavior. |
Mandatory Field
Content always stops at the snap point closest to where inertia would naturally stop along the direction of inertia.
public Avalonia.Controls.Primitives.SnapPointsType Mandatory
MandatorySingle Field
Content always stops at the snap point closest to the release point along the direction of inertia.
public Avalonia.Controls.Primitives.SnapPointsType MandatorySingle
None Field
No snapping behavior.
public Avalonia.Controls.Primitives.SnapPointsType None