Class PopupRelativePosition
Positions the popup view relative to the given view.
Inheritance
System.Object
PopupRelativePosition
Namespace: Syncfusion.Maui.Popup
Assembly: Syncfusion.Maui.Popup.dll
Syntax
public sealed class PopupRelativePosition : Enum
Fields
AlignBottom
Displays the popup at the bottom of the given view.
Declaration
public const PopupRelativePosition AlignBottom
Field Value
Type |
---|
PopupRelativePosition |
AlignBottomLeft
Displays the popup at the bottom left position of the given view.
Declaration
public const PopupRelativePosition AlignBottomLeft
Field Value
Type |
---|
PopupRelativePosition |
AlignBottomRight
Displays the popup at the bottom right position of the given view.
Declaration
public const PopupRelativePosition AlignBottomRight
Field Value
Type |
---|
PopupRelativePosition |
AlignToLeftOf
Displays the popup to the left of the given view.
Declaration
public const PopupRelativePosition AlignToLeftOf
Field Value
Type |
---|
PopupRelativePosition |
AlignTop
Displays the popup at the top of the given view.
Declaration
public const PopupRelativePosition AlignTop
Field Value
Type |
---|
PopupRelativePosition |
AlignTopLeft
Displays the popup at the top left position of the given view.
Declaration
public const PopupRelativePosition AlignTopLeft
Field Value
Type |
---|
PopupRelativePosition |
AlignTopRight
Displays the popup at the top right position of the given view.
Declaration
public const PopupRelativePosition AlignTopRight
Field Value
Type |
---|
PopupRelativePosition |
AlignToRightOf
Displays the popup to the right of the given view.
Declaration
public const PopupRelativePosition AlignToRightOf
Field Value
Type |
---|
PopupRelativePosition |