AlignmentX Enumeration
Describes how content is positioned horizontally in a container.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum AlignmentX
Public Enumeration AlignmentX
type AlignmentX
Members
Left | 0 | The contents align themselves with the left of the container |
Center | 1 | The contents align themselves with the center of the container |
Right | 2 | The contents align themselves with the right of the container |