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'
class-attribute
instance-attribute
#
Element shown horizontally center aligned to a given point.
LEFT = 'left'
class-attribute
instance-attribute
#
Element shown on the left side of the given point.
RIGHT = 'right'
class-attribute
instance-attribute
#
Element shown on the right side of the given point.