MapPolygonLabelPlacement Enum

Definition

Represents label placements for the map polygon layer.

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

Fields

BottomCenter 6

The label is positioned in the bottom center of the polygon.

BottomLeft 7

The label is positioned in the bottom left of the polygon.

BottomRight 8

The label is positioned in the bottom right of the polygon.

MiddleCenter 0

The label is positioned in the middle center of the polygon.

MiddleLeft 1

The label is positioned in the middle left of the polygon.

MiddleRight 2

The label is positioned in the middle right of the polygon.

TopCenter 3

The label is positioned in the top center of the polygon.

TopLeft 4

The label is positioned in the top left of the polygon.

TopRight 5

The label is positioned in the top right of the polygon.

Applies to