mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-27 16:10:44 +08:00
1.6 KiB
1.6 KiB
Tooltip
👚
Simple text popup box.
- DefaultProperty:Text
- DefaultEvent:Click
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| Font | Font | Color | System default |
| Text | Text | string | Required |
| 🌏 LocalizationText | International Text | string? |
null |
| Radius | Rounded corners | int | 6 |
| ArrowAlign | Arrow direction | TAlign | None |
| ArrowSize | Arrow size | int | 8 |
| CustomWidth | Custom Width | int? |
null |
Static Method
| Name | Description | Return Value | Parameters |
|---|---|---|---|
| open | Tooltip | void | Control control Belonging Control, string text, TAlign ArrowAlign = TAlign.Top Arrow direction |
| open | Tooltip | void | Control control Belonging Control, string text, Rectangle rect Offset, used for items inside the container, TAlign ArrowAlign = TAlign.Top Arrow direction |
| open | Tooltip | void | TooltipConfig |
Component
TooltipComponent
| Name | Description | Type |
|---|---|---|
| Tip | Text | string |
Config
TooltipConfig
| Name | Description | Type | Default Value |
|---|---|---|---|
| Font | Font | Color? |
null |
| Radius | Rounded corners | int | 6 |
| ArrowAlign | Arrow direction | TAlign | None |
| ArrowSize | Arrow size | int | 8 |
| Offset | Offset | Rectangle / RectangleF | null |
| CustomWidth 🔴 | Custom Width | int? |
null |