Class SchedulerToolTipPosition
Defines the tooltip renderer options for the scheduler.
Inheritance
System.Object
SchedulerToolTipPosition
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerToolTipPosition : Enum
Fields
Auto
Aligns tooltip automatically based on orientation and available space.
Declaration
public const SchedulerToolTipPosition Auto
Field Value
| Type |
|---|
| SchedulerToolTipPosition |
Bottom
Aligns tooltip below the appointment.
Declaration
public const SchedulerToolTipPosition Bottom
Field Value
| Type |
|---|
| SchedulerToolTipPosition |
Left
Aligns tooltip to the left of the appointment.
Declaration
public const SchedulerToolTipPosition Left
Field Value
| Type |
|---|
| SchedulerToolTipPosition |
Right
Aligns tooltip to the right of the appointment.
Declaration
public const SchedulerToolTipPosition Right
Field Value
| Type |
|---|
| SchedulerToolTipPosition |
Top
Aligns tooltip above the appointment.
Declaration
public const SchedulerToolTipPosition Top
Field Value
| Type |
|---|
| SchedulerToolTipPosition |