AutoToolTipPlacement Enum
Definition
public enum class AutoToolTipPlacement
public enum AutoToolTipPlacement
type AutoToolTipPlacement =
Public Enum AutoToolTipPlacement
- Inheritance
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.