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