Arranges the content of a AppointmentWrapPanel element.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected override Size ArrangeOverride(
	Size finalSize
)
Visual Basic
Protected Overrides Function ArrangeOverride ( _
	finalSize As Size _
) As Size

Parameters

finalSize
Type: System.Windows..::..Size
The Size that this element should use to arrange its child elements.

Return Value

The Size that represents the arranged size of this AppointmentWrapPanel element and its children.

See Also