PopoverPosition
Enum
The possible positions of the popover.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum PopoverPosition
Fields
Position the popover on the bottom of the anchor.
C#
Bottom = 1
Position the popover on the left of the anchor.
C#
Left = 3
Position the popover on the right of the anchor.
C#
Right = 2
Position the popover on the top of the anchor.
C#
Top = 0