MapPointLabelPlacement 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 MapPointLabelPlacement
public enum MapPointLabelPlacement
type MapPointLabelPlacement =
Public Enum MapPointLabelPlacement
- Inheritance
-
MapPointLabelPlacement
Fields
Name | Value | Description |
---|---|---|
Bottom | 0 | The label is positioned at the bottom of the map point layer. |
Top | 1 | The label is positioned at the top of the map point layer. |
Left | 2 | The label is positioned to the left of the map point layer. |
Right | 3 | The label is positioned to the right of the map point layer. |
Center | 4 | The label is positioned at the center of the map point layer. |