ShapeHorizontalAlignment module

class ShapeHorizontalAlignment.ShapeHorizontalAlignment(value)

Bases: Enum

Specifies horizontal alignment of a floating shape.

Center = 2
Default = 0
Inside = 4
Left = 1
Outside = 5
Right = 3
none = 0