Example of API in ASP.NET Core Tooltip Control
This sample demonstrates how to customize the tooltip component by using its properties from the property pane. Select any combination of properties from the property pane to customize tooltips.
DEMO
SOURCE
Content
|
|
Height
|
|
Width
|
|
Open Mode
|
|
Sticky Mode
|
|
In this demo, the default tooltip is rendered with minimal configuration. This sample can be customized further with the combination of tooltip properties from the property pane. For example,
- Any change made to a textbox in the property pane will be reflected in the tooltip
Content
StickyMode
can be enabled by checking the sticky mode option in the property pane.Height
andWidth
can be changed from the property pane.OpenMode
can be changed from the property pane.
More information on customization of the tooltip can be found in the Documentation section.