MapPointLabelPlacements 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 label placements for the map point layer.
public enum class MapPointLabelPlacements
public enum MapPointLabelPlacements
type MapPointLabelPlacements =
Public Enum MapPointLabelPlacements
- Inheritance
-
MapPointLabelPlacements
Fields
Name | Value | Description |
---|---|---|
Bottom | 0 | The bottom placement. |
Top | 1 | The top placement. |
Left | 2 | The left placement. |
Right | 3 | The right placement. |
Center | 4 | The center placement. |