EnumAutoToolTipPlacement
Enum
Describes the means by which the automatic ToolTip is positioned on a TimeBarSlider control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum AutoToolTipPlacement
Fields
BottomRight
For a horizontal TimeBarSlider show the automatic ToolTip at the bottom edge of the Thumb. For a vertical TimeBarSlider show the automatic ToolTip at the right edge of the dragged Thumb.
None
No automatic ToolTip is shown.
TopLeft
For a horizontal TimeBarSlider show the automatic ToolTip at the top edge of the dragged Thumb. For a vertical TimeBarSlider show the automatic ToolTip at the left edge of the dragged Thumb.