SnapPointsAlignment Enumeration
Specify options for snap point alignment relative to an edge. Which edge depends on the orientation of the object where the alignment is applied
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SnapPointsAlignment
Public Enumeration SnapPointsAlignment
| Near | 0 |
Use snap points grouped closer to the orientation edge.
|
| Center | 1 |
Use snap points that are centered in the orientation.
|
| Far | 2 |
Use snap points grouped farther from the orientation edge.
|