TooltipAnchorPosition


Summary

Public companion properties

TooltipAnchorPosition

Places the tooltip above the anchor

Cmn
TooltipAnchorPosition

Places the tooltip below the anchor

Cmn
TooltipAnchorPosition

Places the tooltip at the end of the anchor

Cmn
TooltipAnchorPosition

Places the tooltip on the left of the anchor

Cmn
TooltipAnchorPosition

Places the tooltip on the right of the anchor

Cmn
TooltipAnchorPosition

Places the tooltip at the start of the anchor

Cmn

Public functions

open String
Cmn

Public companion properties

Above

val Above: TooltipAnchorPosition

Places the tooltip above the anchor

Below

val Below: TooltipAnchorPosition

Places the tooltip below the anchor

End

val End: TooltipAnchorPosition

Places the tooltip at the end of the anchor

Left

val Left: TooltipAnchorPosition

Places the tooltip on the left of the anchor

Right

val Right: TooltipAnchorPosition

Places the tooltip on the right of the anchor

Start

val Start: TooltipAnchorPosition

Places the tooltip at the start of the anchor

Public functions

toString

open fun toString(): String