DK11 for ActiveX | TatukGIS_XDK11.TGIS_LabelPosition | Enums
Position of a label.
// C# public enum TGIS_LabelPosition { Undefined = 1, UpLeft = 2, UpCenter = 4, UpRight = 8, MiddleLeft = 16, MiddleCenter = 32, MiddleRight = 64, DownLeft = 128, DownCenter = 256, DownRight = 512, Flow = 1024 }
' VisualBasic Public Enum TGIS_LabelPosition Undefined = 1 UpLeft = 2 UpCenter = 4 UpRight = 8 MiddleLeft = 16 MiddleCenter = 32 MiddleRight = 64 DownLeft = 128 DownCenter = 256 DownRight = 512 Flow = 1024 End Enum
// Oxygene type TGIS_LabelPosition = public ( Undefined = 1, UpLeft = 2, UpCenter = 4, UpRight = 8, MiddleLeft = 16, MiddleCenter = 32, MiddleRight = 64, DownLeft = 128, DownCenter = 256, DownRight = 512, Flow = 1024 );
Name | Value | Description | |
---|---|---|---|
Undefined | 1 | Undefined. | |
UpLeft | 2 | up-left to the insertion point. | |
UpCenter | 4 | Up-center to the insertion point. | |
UpRight | 8 | Up-right to the insertion point. | |
MiddleLeft | 16 | Middle-left to the insertion point. | |
MiddleCenter | 32 | Middle-center to the insertion point. | |
MiddleRight | 64 | Middle-right to the insertion point. | |
DownLeft | 128 | down-left to the insertion point. | |
DownCenter | 256 | Down-center to the insertion point. | |
DownRight | 512 | down-right to the insertion point. | |
Flow | 1024 | Labels will be positioned based on the visible part of extent. | |