ToolTipService Attached Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The ToolTipService type exposes the following members.
| Name | Description | |
|---|---|---|
|
BetweenShowDelay | Gets or sets the maximum time between the display of two tooltips where the second tooltip appears without a delay. |
|
HasDropShadow | Gets or sets whether the tooltip displays a drop shadow effect. |
|
HorizontalOffset | Gets or sets the offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties. |
|
InitialShowDelay | Gets or sets the length of time before a tooltip opens. |
|
IsEnabled | Gets or sets whether a tooltip appears. |
|
IsOpen | Gets whether a tooltip is currently visible. |
|
Placement | Gets or sets the orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries. |
|
PlacementRectangle | Gets or sets the rectangular area relative to which the tooltip is positioned. |
|
PlacementTarget | Gets or sets the object relative to which the tooltip is positioned. |
|
ShowDuration | Gets or sets the amount of time that a tooltip remains visible. |
|
ShowOnDisabled | Gets or sets whether a tooltip appears for an object that is not enabled. |
|
ToolTip | Gets or sets the content of a tooltip. |
|
VerticalOffset | Gets or sets the distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties. |