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