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)

'Declaration
Public Enumeration AutoToolTipPlacement
'Usage
Dim instance As AutoToolTipPlacement
<object property="enumerationMemberName" .../>

Member nameDescription
NoneNo automatic ToolTip
TopLeftFor 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.
BottomRightFor 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.

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

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

Community Additions

Show:
© 2017 Microsoft