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