Measures the child elements of a AppointmentWrapPanel in anticipation
of arranging them during the ArrangeOverride(Size) pass.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
protected override Size MeasureOverride( Size constraint ) |
Visual Basic (Declaration) |
---|
Protected Overrides Function MeasureOverride ( _ constraint As Size _ ) As Size |
Parameters
- constraint
- Type: System.Windows..::..Size
An upper limit Size that should not be exceeded.