DK11 for Python | tatukgis.pdk.TGIS_LabelAlignment | Classes | Properties
Alignment within label.
# Python class TGIS_LabelAlignment:
Name | Visibility | Description | |
---|---|---|---|
Center | public | Center text; multi-line allowed. | |
Follow | public | label will follow the flow of shape; valid only for Arcs; ideal for river and streets labeling; any position will be tested for fitting with 10% tolerance; to place a label on a top of the shape set TGIS_ParamsLabel.Position to TGIS_LabelPosition.MiddleCenter; to force a label to display on arcs shorter than a label width set TGIS_ParamsLabel.Position to TGIS_LabelPosition.Flow. | |
LeftJustify | public | Align to left; multi-line allowed. | |
RightJustify | public | Align to right; multi-line allowed. | |
Single | public | No alignment; single line label. | |