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
Type |
---|
PickerRelativePosition |
AlignBottomLeft
Displays the popup at the bottom left position of the given view.
Declaration
public const PickerRelativePosition AlignBottomLeft
Field Value
Type |
---|
PickerRelativePosition |
AlignBottomRight
Displays the popup at the bottom right position of the given view.
Declaration
public const PickerRelativePosition AlignBottomRight
Field Value
Type |
---|
PickerRelativePosition |
AlignToLeftOf
Displays the popup to the left of the given view.
Declaration
public const PickerRelativePosition AlignToLeftOf
Field Value
Type |
---|
PickerRelativePosition |
AlignTop
Displays the popup at the top of the given view.
Declaration
public const PickerRelativePosition AlignTop
Field Value
Type |
---|
PickerRelativePosition |
AlignTopLeft
Displays the popup at the top left position of the given view.
Declaration
public const PickerRelativePosition AlignTopLeft
Field Value
Type |
---|
PickerRelativePosition |
AlignTopRight
Displays the popup at the top right position of the given view.
Declaration
public const PickerRelativePosition AlignTopRight
Field Value
Type |
---|
PickerRelativePosition |
AlignToRightOf
Displays the popup to the right of the given view.
Declaration
public const PickerRelativePosition AlignToRightOf
Field Value
Type |
---|
PickerRelativePosition |