Class AutoToolTipPlacement
Describes the means by which the automatic ToolTip is positioned on a RadSlider control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class AutoToolTipPlacement : Enum
Fields
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.
Declaration
public const AutoToolTipPlacement BottomRight
Field Value
None
No automatic ToolTip is shown.
Declaration
public const AutoToolTipPlacement None
Field Value
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.
Declaration
public const AutoToolTipPlacement TopLeft
Field Value
value__
Declaration
public int value__
Field Value
System.
|