Represents an anchor point in 2d space.
An anchor array is defined by [vertical, horizontal] and is read as such.
const topCenter = [ZVerticalAnchor.Top, ZHorizontalAnchor.Center];const bottomRight = [ZVerticalAnchor.Bottom, ZHorizontalAnchor.Right]; Copy
const topCenter = [ZVerticalAnchor.Top, ZHorizontalAnchor.Center];const bottomRight = [ZVerticalAnchor.Bottom, ZHorizontalAnchor.Right];
Represents an anchor point in 2d space.
An anchor array is defined by [vertical, horizontal] and is read as such.