Enum SnapPointsAlignment
- Namespace
- Avalonia.Controls.Primitives
- Assembly
- Avalonia.Controls.dll
Specify options for snap point alignment relative to an edge. Which edge depends on the orientation of the object where the alignment is applied
public enum SnapPointsAlignment
Fields
Center = 1
Use snap points that are centered in the orientation.
Far = 2
Use snap points grouped farther from the orientation edge.
Near = 0
Use snap points grouped closer to the orientation edge.