Class TooltipPlacement
Values of the Tooltip placement enumeration declared.
Inheritance
System.Object
TooltipPlacement
Namespace: Com.Syncfusion.Rating
Assembly: Syncfusion.SfRating.Android.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 |