AlignmentX Enumeration

Describes how content is positioned horizontally in a container.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum AlignmentX

Members

Left0 The contents align themselves with the left of the container
Center1 The contents align themselves with the center of the container
Right2 The contents align themselves with the right of the container

See Also