AutoToolTipPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class AutoToolTipPlacement
public enum AutoToolTipPlacement
type AutoToolTipPlacement =
Public Enum AutoToolTipPlacement
- Inheritance
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
.NET