Class ToolTipPlacement
Contains the values for the ToolTipPlacement enumeration that determines the placement of the tool tip representation.
Inheritance
System.Object
ToolTipPlacement
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public sealed class ToolTipPlacement : Enum
Fields
BottomRight
Displays the tool tip at bottom and right side for vertical and horizontal orientation respectively.
Declaration
public const ToolTipPlacement BottomRight
Field Value
Type |
---|
ToolTipPlacement |
None
Does not shows the tool tip.
Declaration
public const ToolTipPlacement None
Field Value
Type |
---|
ToolTipPlacement |
TopLeft
Displays the tool tip at top and left side for vertical and horizontal orientation respectively.
Declaration
public const ToolTipPlacement TopLeft
Field Value
Type |
---|
ToolTipPlacement |