Class ToolTipDisplayMode
Gets or sets a value that indicates how the tooltip is shown in a RangeSlider.
Inheritance
System.Object
ToolTipDisplayMode
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public sealed class ToolTipDisplayMode : Enum
Fields
Always
The tooltip is shown always above the knob.
Declaration
public const ToolTipDisplayMode Always
Field Value
Type |
---|
ToolTipDisplayMode |
OnFocus
The tooltip is shown when the thumb is pressed and gets closed on mouse up.
Declaration
public const ToolTipDisplayMode OnFocus
Field Value
Type |
---|
ToolTipDisplayMode |