Ir al contenido

Alignment

const Alignment: object

Defined in: constants.ts:30

GoJS-compatible: The alignment of a GraphObject within its panel.

readonly Bottom: 4 = 4

readonly BottomRight: 5 = 5

readonly Center: 2 = 2

readonly Left: 1 = 1

readonly Middle: 2 = 2

readonly None: -1 = -1

readonly Right: 3 = 3

readonly Spot: 6 = 6

readonly Top: 0 = 0

readonly TopLeft: 0 = 0