Class AppointmentResizeEdge
Defines the edge from which an appointment in the scheduler is being resized.
Inheritance
System.Object
AppointmentResizeEdge
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class AppointmentResizeEdge : Enum
Fields
Bottom
The appointment is being resized from its bottom edge.
Declaration
public const AppointmentResizeEdge Bottom
Field Value
| Type |
|---|
| AppointmentResizeEdge |
Left
The appointment is being resized from its left edge.
Declaration
public const AppointmentResizeEdge Left
Field Value
| Type |
|---|
| AppointmentResizeEdge |
Right
The appointment is being resized from its right edge.
Declaration
public const AppointmentResizeEdge Right
Field Value
| Type |
|---|
| AppointmentResizeEdge |
Top
The appointment is being resized from its top edge.
Declaration
public const AppointmentResizeEdge Top
Field Value
| Type |
|---|
| AppointmentResizeEdge |