Class SFToolTipPlacement
Contains the values for the ToolTipPlacement enumeration that determines the placement of the tool tip representation.
Inheritance
System.Object
SFToolTipPlacement
Namespace: Syncfusion.SfRangeSlider.iOS
Assembly: Syncfusion.SfRangeSlider.iOS.dll
Syntax
public sealed class SFToolTipPlacement : Enum
Fields
SFToolTipPlacementBottomRight
Displays the tool tip at bottom and right side for vertical and horizontal orientation respectively.
Declaration
public const SFToolTipPlacement SFToolTipPlacementBottomRight
Field Value
Type |
---|
SFToolTipPlacement |
SFToolTipPlacementNone
Don't shows the tool tip
Declaration
public const SFToolTipPlacement SFToolTipPlacementNone
Field Value
Type |
---|
SFToolTipPlacement |
SFToolTipPlacementTopLeft
Displays the tool tip at top and left side for vertical and horizontal orientation respectively.
Declaration
public const SFToolTipPlacement SFToolTipPlacementTopLeft
Field Value
Type |
---|
SFToolTipPlacement |