AutoToolTipPlacement Enum

Definition

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

public enum class AutoToolTipPlacement
public enum AutoToolTipPlacement
type AutoToolTipPlacement = 
Public Enum AutoToolTipPlacement
Inheritance
AutoToolTipPlacement

Fields

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.

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.

Examples

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

Applies to