HorizontalAlignment

How a view is placed within the horizontal space its parent gives it.
public enum HorizontalAlignment

Values

NameSummary
CenterSized to content, centered.
EndSized to content, pinned to the trailing (right) edge.
StartSized to content, pinned to the leading (left) edge.
StretchFills the available width.