VerticalPosition
public enum VerticalPosition : CaseIterable
Represents vertical alignment or placement direction.
Useful for positioning content relative to other components, such as placing a message above or below a form field.
- Example:
swift Tooltip(position: .top)