Source set: Common
Added in 1.5.0-alpha17
value class TooltipAnchorPosition private constructor(private val value: Int)
Companion Object
Properties
Source set: Common
Added in 1.5.0-alpha17
val Above = TooltipAnchorPosition(1)
Places the tooltip above the anchor
Source set: Common
Added in 1.5.0-alpha17
val Below = TooltipAnchorPosition(2)
Places the tooltip below the anchor
Source set: Common
Added in 1.5.0-alpha17
val Left = TooltipAnchorPosition(3)
Places the tooltip on the left of the anchor
Source set: Common
Added in 1.5.0-alpha17
val Right = TooltipAnchorPosition(4)
Places the tooltip on the right of the anchor
Source set: Common
Added in 1.5.0-alpha17
val Start = TooltipAnchorPosition(5)
Places the tooltip at the start of the anchor
Source set: Common
Added in 1.5.0-alpha17
val End = TooltipAnchorPosition(6)
Places the tooltip at the end of the anchor