'Declaration
Protected Overrides Function ArrangeOverride( _ ByVal arrangeSize As Size _ ) As Size
protected override Size ArrangeOverride( Size arrangeSize )
Parameters
- arrangeSize
- 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 PilePanel element and its children.