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
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SnapPointsAlignment
Public Enumeration SnapPointsAlignment
type SnapPointsAlignment
Members
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. |