TooltipConfig

interface TooltipConfig : Font, Stroke

The configuration interface for a Tooltip.

Properties

backgroundColor
Link copied to clipboard
common
abstract var backgroundColor: ColorOrGradient?
Background color of the tooltip
fontColor
Link copied to clipboard
common
abstract var fontColor: Color
The font Color.
fontFamily
Link copied to clipboard
common
abstract var fontFamily: FontFamily
The font family (FontFamily).
fontSize
Link copied to clipboard
common
abstract var fontSize: Double
The font size.
fontStyle
Link copied to clipboard
common
abstract var fontStyle: FontPosture
The font posture (FontPosture): italic or normal.
fontWeight
Link copied to clipboard
common
abstract var fontWeight: FontWeight
The font weight (FontWeight): bold or normal.
padding
Link copied to clipboard
common
abstract var padding: Padding
The Tooltip.
show
Link copied to clipboard
common
abstract var show: Boolean
Show / hide the Tooltip.
strokeColor
Link copied to clipboard
common
abstract var strokeColor: Color?
The stroke Color, use null for no stroke.
strokeWidth
Link copied to clipboard
common
abstract var strokeWidth: Double?
The stroke thickness, null for no stroke.