Skip to main content

AlignmentX Enumeration

Describes how content is positioned horizontally in a container.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum AlignmentX
View Source

Members

Left0The contents align themselves with the left of the container
Center1The contents align themselves with the center of the container
Right2The contents align themselves with the right of the container

See Also

Reference

Avalonia.Media Namespace