ToolTip
The ToolTip
is a control that pops up with hint text when hovered over the appropriate control.
Common Properties
Property
Description
Tip
Gets or sets the tooltip contents.
Placement
Gets or sets the placement for the tooltip. Default value is Pointer.
HorizontalOffset
Gets or sets the tooltip horizontal offset.
VerticalOffset
Gets or sets the tooltip vertical offset. Default value is 20.
ShowDelay
Gets or sets the delay for the tooltip to appear. Default value is 400.
IsOpen
Gets or sets a value indicating whether the tooltip is currently showing.
Reference
Source code
Examples
Text ToolTip
Rich Tooltip
最后更新于