Class TooltipPosition
To set the applicable positions where the Tooltip can be displayed over speech-to-text button.
Inheritance
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TooltipPosition : Enum
Fields
BottomCenter
Positions the Tooltip to the bottom-center of the speech-to-text button.
Declaration
public const TooltipPosition BottomCenter
Field Value
Type |
---|
TooltipPosition |
BottomLeft
Positions the Tooltip to the bottom-left of the speech-to-text button.
Declaration
public const TooltipPosition BottomLeft
Field Value
Type |
---|
TooltipPosition |
BottomRight
Positions the Tooltip to the bottom-right of the speech-to-text button.
Declaration
public const TooltipPosition BottomRight
Field Value
Type |
---|
TooltipPosition |
LeftBottom
Positions the Tooltip to the left-bottom of the speech-to-text button.
Declaration
public const TooltipPosition LeftBottom
Field Value
Type |
---|
TooltipPosition |
LeftCenter
Positions the Tooltip to the left-center of the speech-to-text button.
Declaration
public const TooltipPosition LeftCenter
Field Value
Type |
---|
TooltipPosition |
LeftTop
Positions the Tooltip to the left-top of the speech-to-text button.
Declaration
public const TooltipPosition LeftTop
Field Value
Type |
---|
TooltipPosition |
RightBottom
Positions the Tooltip to the right-bottom of the speech-to-text button.
Declaration
public const TooltipPosition RightBottom
Field Value
Type |
---|
TooltipPosition |
RightCenter
Positions the Tooltip to the right-center of the speech-to-text button.
Declaration
public const TooltipPosition RightCenter
Field Value
Type |
---|
TooltipPosition |
RightTop
Positions the Tooltip to the right-top of the speech-to-text button.
Declaration
public const TooltipPosition RightTop
Field Value
Type |
---|
TooltipPosition |
TopCenter
Positions the Tooltip to the top-center of the speech-to-text button.
Declaration
public const TooltipPosition TopCenter
Field Value
Type |
---|
TooltipPosition |
TopLeft
Positions the Tooltip to the top-left of the speech-to-text button.
Declaration
public const TooltipPosition TopLeft
Field Value
Type |
---|
TooltipPosition |
TopRight
Positions the Tooltip to the top-right of the speech-to-text button.
Declaration
public const TooltipPosition TopRight
Field Value
Type |
---|
TooltipPosition |