Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AutoToolTipPlacement Enumeration

 

Describes the means by which the automatic ToolTip is positioned on a Slider control.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public enum AutoToolTipPlacement

Member nameDescription
BottomRight

For a horizontal Slider show the automatic ToolTip at the bottom edge of the Thumb. For a vertical Slider show the automatic ToolTip at the right edge of the Thumb.

None

No automatic ToolTip

TopLeft

For a horizontal Slider show the automatic ToolTip at the top edge of the Thumb. For a vertical Slider show the automatic ToolTip at the left edge of the Thumb.

The following example shows how to set the AutoToolTipPlacement property of a Slider using the values of this enumeration.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft