GM_LabelPlacement_t8 Enumeration |
Used to specify the placement of labels on features
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_LabelPlacement_t8

Member name | Value | Description | |
---|---|---|---|
LABEL_AUTO | 0 | Automatically place label at best location | |
LABEL_CENTER | 1 | Center the label on the point | |
LABEL_TOP_RIGHT | 2 | Label is up and to the right of point | |
LABEL_RIGHT | 3 | Label is to the right of the point and vertically centered on it | |
LABEL_BOTTOM_RIGHT | 4 | Label is below and to the right of point | |
LABEL_BOTTOM | 5 | Label is below the point and horizontally centered on it | |
LABEL_BOTTOM_LEFT | 6 | Label is below and to the left of point | |
LABEL_LEFT | 7 | Label is left of the point and vertically centered on it | |
LABEL_TOP_LEFT | 8 | Label is above and to the left of point | |
LABEL_TOP | 9 | Label is above the point and horizontally centered on it | |
LABEL_NUM_PLACEMENTS | 10 | Total Number of Placement options |
