MapPointLabelPlacement Enum

Definition

Represents label placements for the map point layer.

public enum class MapPointLabelPlacement
public enum MapPointLabelPlacement
type MapPointLabelPlacement = 
Public Enum MapPointLabelPlacement
Inheritance
MapPointLabelPlacement

Fields

Bottom 0

The label is positioned at the bottom of the map point layer.

Center 4

The label is positioned at the center 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.

Top 1

The label is positioned at the top of the map point layer.

Applies to