TooltipDefaults
Tooltip defaults that contain default values for both PlainTooltip and RichTooltip
Properties
The default Color for a PlainTooltip's container.
The default Shape for a PlainTooltip's container.
The default Color for the content within the PlainTooltip.
The default maximum width for plain tooltips.
The default Shape for a RichTooltip's container.
The default maximum width for rich tooltips.
Functions
The default caret shape used for tooltips and is TooltipDefaults.caretSize dimensions.
The caret shape used for tooltips.
PopupPositionProvider that should be used with PlainTooltip. It correctly positions the tooltip in respect to the anchor content.
PopupPositionProvider that should be used with RichTooltip. It correctly positions the tooltip in respect to the anchor content.
PopupPositionProvider that should be used with either RichTooltip or PlainTooltip. It correctly positions the tooltip in respect to the anchor content.
Method to create a RichTooltipColors for RichTooltip using RichTooltipTokens to obtain the default colors.