Enums.LabelingPlacement enumeration
The LabelingPlacement can be one of:
Value | Description |
---|---|
Enums.LabelingPlacementUnknown (-1) | Unknown. |
Enums.LabelingPlacementLineAboveAfter (0) | Above and after a line. |
Enums.LabelingPlacementLineAboveAlong (1) | Above and along a line. |
Enums.LabelingPlacementLineAboveBefore (2) | Above and before a line. |
Enums.LabelingPlacementLineAboveEnd (3) | Above and at the end of a line. |
Enums.LabelingPlacementLineAboveStart (4) | Above and at the start of a line. |
Enums.LabelingPlacementLineBelowAfter (5) | Below and after a line. |
Enums.LabelingPlacementLineBelowAlong (6) | Below and along a line. |
Enums.LabelingPlacementLineBelowBefore (7) | Below and before a line. |
Enums.LabelingPlacementLineBelowEnd (8) | Below and at the end of a line. |
Enums.LabelingPlacementLineBelowStart (9) | Below and at the start of a line. |
Enums.LabelingPlacementLineCenterAfter (10) | After a line in the vertical center. |
Enums.LabelingPlacementLineCenterAlong (11) | Along a line in the vertical center. |
Enums.LabelingPlacementLineCenterBefore (12) | Before a line in the vertical center. |
Enums.LabelingPlacementLineCenterEnd (13) | At the end of a line in the vertical center. |
Enums.LabelingPlacementLineCenterStart (14) | At the start of a line in the vertical center. |
Enums.LabelingPlacementPointAboveCenter (15) | Above and in the horizontal center of the point. |
Enums.LabelingPlacementPointAboveLeft (16) | Above and to the left of the point. |
Enums.LabelingPlacementPointAboveRight (17) | Above and to the right of the point. |
Enums.LabelingPlacementPointBelowCenter (18) | Below and in the horizontal center of the point. |
Enums.LabelingPlacementPointBelowLeft (19) | Below and to the left of the point. |
Enums.LabelingPlacementPointBelowRight (20) | Below and to the right of the point. |
Enums.LabelingPlacementPointCenterCenter (21) | In the center of the point. |
Enums.LabelingPlacementPointCenterLeft (22) | In the vertical center and to the left of the point. |
Enums.LabelingPlacementPointCenterRight (23) | In the vertical center and to the right of the point. |
Enums.LabelingPlacementPolygonAlwaysHorizontal (24) | Above the polygon and in the horizontal center. |