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