ArrangeOverride Method (AppointmentWrapPanel)
Arranges the content of a
AppointmentWrapPanel element.
'Declaration
Protected Overrides Function ArrangeOverride( _
ByVal As Size _
) As Size
protected override Size ArrangeOverride(
Size
)
Parameters
- finalSize
- The System.Windows.Size that this element should use to arrange its child elements.
Return Value
The
System.Windows.Size that represents the arranged size of this
AppointmentWrapPanel element and its children.