SnapPointsAlignment Enum
Definition
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
| Name | Description |
|---|---|
| Center | Use snap points that are centered in the orientation. |
| Far | Use snap points grouped farther from the orientation edge. |
| Near | Use snap points grouped closer to the orientation edge. |
Center Field
Use snap points that are centered in the orientation.
public Avalonia.Controls.Primitives.SnapPointsAlignment Center
Far Field
Use snap points grouped farther from the orientation edge.
public Avalonia.Controls.Primitives.SnapPointsAlignment Far
Near Field
Use snap points grouped closer to the orientation edge.
public Avalonia.Controls.Primitives.SnapPointsAlignment Near