MapLineLabelPlacements 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 placements for a map line layer.
public enum class MapLineLabelPlacements
public enum MapLineLabelPlacements
type MapLineLabelPlacements =
Public Enum MapLineLabelPlacements
- Inheritance
-
MapLineLabelPlacements
Fields
Name | Value | Description |
---|---|---|
Above | 0 | The label is above the map line. |
Center | 1 | The label is centered on the map line. |
Below | 2 | The label is below the map line. |