MapLineLabelPlacement 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 MapLineLabelPlacement
public enum MapLineLabelPlacement
type MapLineLabelPlacement =
Public Enum MapLineLabelPlacement
- Inheritance
-
MapLineLabelPlacement
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. |