Tooltip Class
Represents a tooltip that appears when the user hovers over an element that has the tooltip encased in it.
For more information, visit the documentation.
We're not using HTML templates for the tooltip, because this is a known angle of attack for XSS attacks.
Officially this is patched, but we're not taking any chances.
For more information, see
| Tooltip | Initializes a new instance of the Tooltip class |
| ChildContent |
Gets or sets the content to be rendered within the component.
|
| Color |
Gets or sets the tooltip color.
|
| Placement |
Gets or sets the tooltip placement.
|
| Title |
Displays informative text when users hover, focus, or tap an element.
|