2027 Enumeration
Changes 7
E

ViewAnchor

Description:
An enumerated type listing options for the anchor point used by the placed view. The anchor point determines how the view position is updated if assigned to a saved position or swapped to another view.
public enum ViewAnchor
Name Description
E BottomLeft Available for crop-region enabled views and aligns the view using the bottom left of the crop region boundary as the reference.
E BottomRight Available for crop-region enabled views and aligns the view using the bottom right of the crop region boundary as the reference.
E Center Available for crop-region enabled views and aligns the view using the center of the crop region boundary as the reference.
E TopLeft Available for crop-region enabled views and aligns the view using the top left of the crop region boundary as the reference.
E TopRight Available for crop-region enabled views and aligns the view using the top right of the crop region boundary as the reference.
E ViewOrigin Available for all views and aligns the view using the origin of the view as the reference.