MapLabelPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the label positions for the map gridlines.
public enum class MapLabelPosition
public enum MapLabelPosition
type MapLabelPosition =
Public Enum MapLabelPosition
- Inheritance
-
MapLabelPosition
Fields
Name | Value | Description |
---|---|---|
Near | 0 | The labels are positioned at the top of the gridlines. |
OneQuarter | 1 | The labels are positioned between the top and center of the gridlines. |
Center | 2 | The labels are positioned at the center of the gridlines. |
ThreeQuarters | 3 | The labels are positioned between the center and bottom of the gridlines. |
Far | 4 | The labels are positioned at the bottom of the gridlines. |