verticalOrigin
Gets or sets the vertical origin of this label, which determines if the label is to the above, below, or at the center of its anchor position.
// Use a top, right origin
l.horizontalOrigin = HorizontalOrigin.RIGHT;
l.verticalOrigin = VerticalOrigin.TOP;
Content copied to clipboard