Class PopupRelativePosition
Positions the popup view relative to the given view.
Inheritance
System.Object
PopupRelativePosition
Namespace: Syncfusion.Maui.Toolkit.Popup
Assembly: Syncfusion.Maui.Toolkit.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
AlignBottomLeft
Displays the popup at the bottom left position of the given view.
Declaration
public const PopupRelativePosition AlignBottomLeft
Field Value
AlignBottomRight
Displays the popup at the bottom right position of the given view.
Declaration
public const PopupRelativePosition AlignBottomRight
Field Value
AlignToLeftOf
Displays the popup to the left of the given view.
Declaration
public const PopupRelativePosition AlignToLeftOf
Field Value
AlignTop
Displays the popup at the top of the given view.
Declaration
public const PopupRelativePosition AlignTop
Field Value
AlignTopLeft
Displays the popup at the top left position of the given view.
Declaration
public const PopupRelativePosition AlignTopLeft
Field Value
AlignTopRight
Displays the popup at the top right position of the given view.
Declaration
public const PopupRelativePosition AlignTopRight
Field Value
AlignToRightOf
Displays the popup to the right of the given view.
Declaration
public const PopupRelativePosition AlignToRightOf