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) Version: 11.3.999
public enum SnapPointsAlignment

Members

Near0 Use snap points grouped closer to the orientation edge.
Center1 Use snap points that are centered in the orientation.
Far2 Use snap points grouped farther from the orientation edge.

See Also