Class TooltipPosition
Specifies the tooltip position for the range or pointer in linear gauge.
Inheritance
System.Object
TooltipPosition
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TooltipPosition : Enum
Fields
Center
Specifies the tooltip for the range or pointer to be placed at the center of the element.
Declaration
public const TooltipPosition Center
Field Value
Type |
---|
TooltipPosition |
End
Specifies the tooltip for the range or pointer to be placed at the end of the element.
Declaration
public const TooltipPosition End
Field Value
Type |
---|
TooltipPosition |
Start
Specifies the tooltip for the range or pointer to be placed at the start of the element.
Declaration
public const TooltipPosition Start
Field Value
Type |
---|
TooltipPosition |