export enum AnchorPoint { AnchorLeft = 0, AnchorHorizontalCenter = 1, AnchorRight = 2, AnchorTop = 3, AnchorVerticalCenter = 4, AnchorBottom = 5, }