AutoToolTipPlacement Enum

Definition

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

C#
public enum AutoToolTipPlacement
Inheritance
AutoToolTipPlacement

Fields

Name Value Description
None 0

No automatic ToolTip.

TopLeft 1

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.

BottomRight 2

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.

Examples

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

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9