共用方式為


MapPosition Enum

Definition

Represents the positions of an item in a map.

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

Fields

Name Value Description
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.

LeftTop 3

The title is positioned at the left top.

LeftCenter 4

The title is positioned at the left center.

LeftBottom 5

The title is positioned at the left bottom.

RightTop 6

The title is positioned at the right top.

RightCenter 7

The title is positioned at the right center.

RightBottom 8

The title is positioned at the right bottom.

BottomRight 9

The title is positioned at the bottom right.

BottomCenter 10

The title is positioned at the bottom center.

BottomLeft 11

The title is positioned at the bottom left.

Applies to