Enum AutoToolTipPlacement
Describes the means by which the automatic ToolTip is positioned on a RadSlider control.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum AutoToolTipPlacement
BottomRight
For a horizontal RadSlider show the automatic ToolTip at the bottom edge of the Thumb. For a vertical RadSlider show the automatic ToolTip at the right edge of the dragged Thumb.
None
No automatic ToolTip is shown.
TopLeft
For a horizontal RadSlider show the automatic ToolTip at the top edge of the dragged Thumb. For a vertical RadSlider show the automatic ToolTip at the left edge of the dragged Thumb.