Class ScheduleAllDaysAppointmentLayoutPanel
Represents a layout panel for arranging all day appointments.
Inheritance
System.Object
ScheduleAllDaysAppointmentLayoutPanel
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAllDaysAppointmentLayoutPanel : Panel
Constructors
ScheduleAllDaysAppointmentLayoutPanel()
Declaration
public ScheduleAllDaysAppointmentLayoutPanel()
Fields
AllDayAppointmentHeight
Declaration
public const double AllDayAppointmentHeight = 30
Field Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods