[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentWrapPanel.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

Arranges the content of a AppointmentWrapPanel element.

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type Name Description
Size finalSize

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

Returns
Type Description
Size

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

Overrides