[]
        
(Showing Draft Content)

C1.WPF.Schedule.PilePanel.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

Arranges the content of a PilePanel element.

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

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 PilePanel element and its children.

Overrides