Class TooltipPlacement
Contains values for the TooltipPlacement enumeration that determines the position of the tooltip position.
Inheritance
System.Object
TooltipPlacement
Namespace: Syncfusion.SfRating.XForms
Assembly: Syncfusion.SfRating.XForms.dll
Syntax
public sealed class TooltipPlacement : Enum
Fields
BottomRight
Tooltip will render at the bottom of the control while user interaction.
Declaration
public const TooltipPlacement BottomRight
Field Value
Type |
---|
TooltipPlacement |
None
Tooltip will not render.
Declaration
public const TooltipPlacement None
Field Value
Type |
---|
TooltipPlacement |
TopLeft
Tooltip will render at the top of the control while user interaction.
Declaration
public const TooltipPlacement TopLeft
Field Value
Type |
---|
TooltipPlacement |