Readonlyalignment: {Horizontal and vertical alignment values
Readonlyx: typeof HorizontalPositionAlign[keyof typeof HorizontalPositionAlign]Horizontal alignment relative to the anchor
Readonlyy: typeof VerticalPositionAlign[keyof typeof VerticalPositionAlign]Vertical alignment relative to the anchor
Readonlytype: "alignment"Must be "alignment" for alignment-based positioning
Options for frames positioned using alignment values.
Use this type when you want to position the frame relative to the anchor using standard alignment positions (e.g., left, center, right, top, bottom).