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