HorizontalAlignment Inherits: Enum Defines an element's horizontal alignment to given point. Properties CENTER – Element shown horizontally center aligned to a given point. LEFT – Element shown on the left side of the given point. RIGHT – Element shown on the right side of the given point. Properties# CENTER = 'center' # Element shown horizontally center aligned to a given point. LEFT = 'left' # Element shown on the left side of the given point. RIGHT = 'right' # Element shown on the right side of the given point.