AnchorPoint
Declaration
enum class AnchorPoint {
Center,
TopLeft,
TopRight,
BottomLeft,
BottomRight,
TopCenter,
BottomCenter,
LeftCenter,
RightCenter,
Unknown
};
Notes