position property

DescriptionPosition position
getter/setter pair

Enumeration for the position of the text hint, includes the following: screenCenter: Center of the screen alignTopLeft: Positions the content above the target area, aligned to the left side alignTopRight: Positions the content above the target area, aligned to the right side alignBottomLeft: Positions the content below the target area, aligned to the left side alignBottomRight: Positions the content below the target area, aligned to the right side auto: Automatically determined based on the position of your component and the dimensions of the text

Implementation

DescriptionPosition position;