4.944 ToolTip
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ToolTip, IInputElement | |
ToolTip | |
RibbonToolTip | |
(usage) |
<ToolTip> x:Object </ToolTip> |
(description) |
Represents a control that creates a pop-up window that displays information for an element in the interface. |
[content property] |
Content |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
HasDropShadow |
x:Boolean |
(description) |
A value that indicates whether the control has a drop shadow. |
HorizontalOffset |
x:Double |
(description) |
Get or sets the horizontal distance between the target origin and the popup alignment point. |
[text syntax] |
LengthSyntax |
IsOpen |
x:Boolean |
(description) |
A value that indicates whether a ToolTip is visible. |
Placement |
PlacementMode |
(description) |
The orientation of the ToolTip control when it opens, and specifies how the ToolTip control behaves when it overlaps screen boundaries. |
PlacementRectangle |
Rect |
(description) |
The rectangular area relative to which the ToolTip control is positioned when it opens. |
PlacementTarget |
UIElement |
(description) |
The UIElement relative to which the ToolTip is positioned when it opens. |
StaysOpen |
x:Boolean |
(description) |
A value that indicates whether an open ToolTip remains open until the user clicks the mouse when the mouse is not over the ToolTip. |
VerticalOffset |
x:Double |
(description) |
Get or sets the vertical distance between the target origin and the popup alignment point. |
[text syntax] |
LengthSyntax |
(events) |
|
Closed |
Occurs when a ToolTip is closed and is no longer visible. |
Opened |
Occurs when a ToolTip becomes visible. |