Enumeration TextPositionReadonly

Enum for text positions.

Enumeration Members

CenterBottom: "centerBottom"

Text at the center bottom position of the node.

CenterMiddle: "centerMiddle"

Text at the center middle position of the node.

CenterTop: "centerTop"

Text at the center top position of the node.

LeftBottom: "leftBottom"

Text at the left bottom position of the node.

LeftMiddle: "leftMiddle"

Text at the left middle position of the node.

LeftTop: "leftTop"

Text at the left top position of the node.

RightBottom: "rightBottom"

Text at the right bottom position of the node.

RightMiddle: "rightMiddle"

Text at the right middle position of the node.

RightTop: "rightTop"

Text at the right top position of the node.

Generated using TypeDoc