Class ToolTipPlacement
Contains the values for the ToolTipPlacement enumeration that determines the placement of the tool tip representation.
Inheritance
System.Object
ToolTipPlacement
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.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
Don't 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 |