MapLabelPositions 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 MapLabelPositions
public enum MapLabelPositions
type MapLabelPositions =
Public Enum MapLabelPositions
- Inheritance
-
MapLabelPositions
Fields
Name | Value | Description |
---|---|---|
Near | 0 | Represents the Near position. |
OneQuarter | 1 | Represents the OneQuarter position. |
Center | 2 | Represents the Center position. |
ThreeQuarters | 3 | Represents the ThreeQuarters position. |
Far | 4 | Represents the Far position. |