4.945 ToolTipService

x:Object > ToolTipService
ToolTipService
(usage)
None.
(description)
Represents a service that provides properties and events to control the display and behavior of tooltips.
[is default constructible]
false
(attachable properties)
ToolTipService.BetweenShowDelay
x:Int32
(description)
The maximum time between the display of two tooltips where the second tooltip appears without a delay.
[target type]
DependencyObject
ToolTipService.HasDropShadow
x:Boolean
(description)
Whether the tooltip displays a drop shadow effect.
[target type]
DependencyObject
ToolTipService.HorizontalOffset
x:Double
(description)
The offset from the left of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.
[target type]
DependencyObject
[text syntax]
LengthSyntax
ToolTipService.InitialShowDelay
x:Int32
(description)
The length of time before a tooltip opens.
[target type]
DependencyObject
ToolTipService.IsEnabled
x:Boolean
(description)
Whether a tooltip appears.
[target type]
DependencyObject
ToolTipService.Placement
PlacementMode
(description)
The orientation of the tooltip when it opens, and specifies how the tooltip behaves when it overlaps screen boundaries.
[target type]
DependencyObject
ToolTipService.PlacementRectangle
Rect
(description)
The rectangular area relative to which the tooltip is positioned.
[target type]
DependencyObject
ToolTipService.PlacementTarget
UIElement
(description)
The object relative to which the tooltip is positioned.
[target type]
DependencyObject
ToolTipService.ShowDuration
x:Int32
(description)
The amount of time that a tooltip remains visible.
[target type]
DependencyObject
ToolTipService.ShowOnDisabled
x:Boolean
(description)
Whether a tooltip appears for an object that is not enabled.
[target type]
DependencyObject
ToolTipService.ToolTip
x:Object
(description)
The content of a tooltip.
[target type]
DependencyObject
ToolTipService.VerticalOffset
x:Double
(description)
The distance from the top of the area that is specified for the tooltip by the PlacementRectangle and PlacementTarget properties.
[target type]
DependencyObject
[text syntax]
LengthSyntax
(attachable events)
ToolTipService.ToolTipClosing
Occurs when the ToolTip closes.
ToolTipService.ToolTipOpening
Occurs when the ToolTip opens.