MapPositions Enum

Definition

Represents the item positions in a map.

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

Fields

BottomCenter 10

The title is positioned at the bottom center.

BottomLeft 11

The title is positioned at the bottom left.

BottomRight 9

The title is positioned at the bottom right.

LeftBottom 5

The title is positioned at the left bottom.

LeftCenter 4

The title is positioned at the left center.

LeftTop 3

The title is positioned at the left top.

RightBottom 8

The title is positioned at the right bottom.

RightCenter 7

The title is positioned at the right center.

RightTop 6

The title is positioned at the right top.

TopCenter 0

The title is positioned at the top center.

TopLeft 1

The title is positioned at the top left.

TopRight 2

The title is positioned at the top right.

Applies to