DK11 for .NET | TatukGIS.NDK.TGIS_LabelPosition | Enums
Position of a label.
// C# [Flags] public enum TGIS_LabelPosition { Undefined, UpLeft, UpCenter, UpRight, MiddleLeft, MiddleCenter, MiddleRight, DownLeft, DownCenter, DownRight, Flow }
' VisualBasic <Flags()> _ Public Enum TGIS_LabelPosition Undefined UpLeft UpCenter UpRight MiddleLeft MiddleCenter MiddleRight DownLeft DownCenter DownRight Flow End Enum
// Oxygene type TGIS_LabelPosition = public flags ( Undefined, UpLeft, UpCenter, UpRight, MiddleLeft, MiddleCenter, MiddleRight, DownLeft, DownCenter, DownRight, Flow );
Name | Value | Description | |
---|---|---|---|
Undefined | Undefined. | ||
UpLeft | up-left to the insertion point. | ||
UpCenter | Up-center to the insertion point. | ||
UpRight | Up-right to the insertion point. | ||
MiddleLeft | Middle-left to the insertion point. | ||
MiddleCenter | Middle-center to the insertion point. | ||
MiddleRight | Middle-right to the insertion point. | ||
DownLeft | down-left to the insertion point. | ||
DownCenter | Down-center to the insertion point. | ||
DownRight | down-right to the insertion point. | ||
Flow | Labels will be positioned based on the visible part of extent. | ||