Table of Contents

Enum TextPlacement

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This enumeration determines the label placement when labeling point features.

public enum TextPlacement

Fields

AutoPlacement = 10

The label will be placed around location, in relation to the point.

Center = 5

The label will be placed in the center, in relation to the point.

Default = 0

The label will be placed in the upper center, in relation to the point.

Left = 6

The label will be placed in the center left, in relation to the point.

Lower = 8

The label will be placed in the lower center, in relation to the point.

LowerLeft = 7

The label will be placed in the lower left, in relation to the point.

LowerRight = 9

The label will be placed in the lower right, in relation to the point.

Right = 4

The label will be placed in the center right, in relation to the point.

Upper = 2

The label will be placed in the upper center, in relation to the point.

UpperLeft = 1

The label will be placed in the upper left, in relation to the point.

UpperRight = 3

The label will be placed in the upper right, in relation to the point.

Remarks

None