DK for Python | tatukgis_pdk.TGIS_LabelPosition | Classes | Properties
Position of a label.
# Python class TGIS_LabelPosition:
Name | Visibility | Description | |
---|---|---|---|
DownCenter | public | Down-center to the insertion point. | |
DownLeft | public | down-left to the insertion point. | |
DownRight | public | down-right to the insertion point. | |
Flow | public | Labels will be positioned based on the visible part of extent. | |
MiddleCenter | public | Middle-center to the insertion point. | |
MiddleLeft | public | Middle-left to the insertion point. | |
MiddleRight | public | Middle-right to the insertion point. | |
Undefined | public | Undefined. | |
UpCenter | public | Up-center to the insertion point. | |
UpLeft | public | up-left to the insertion point. | |
UpRight | public | Up-right to the insertion point. | |