Class WeekNumberInMonthLayoutPanel
Specifies a panel for arranging and measuring the week number in month view layout.
Inheritance
System.Object
WeekNumberInMonthLayoutPanel
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekNumberInMonthLayoutPanel : Panel
Constructors
WeekNumberInMonthLayoutPanel()
Declaration
public WeekNumberInMonthLayoutPanel()
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