Skip to main content

HorizontalAlignment

Defines an element's horizontal alignment to given point.

Inherits: enum.Enum

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

CENTERclass-attributeinstance-attribute

Element shown horizontally center aligned to a given point.

LEFTclass-attributeinstance-attribute

Element shown on the left side of the given point.

RIGHTclass-attributeinstance-attribute

Element shown on the right side of the given point.