Control::ArrangeOverride Method (Size)

 

Called to arrange and size the content of a Control object.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual Size ArrangeOverride(
	Size arrangeBounds
) override

Parameters

arrangeBounds
Type: System.Windows::Size

The computed size that is used to arrange the content.

Return Value

Type: System.Windows::Size

The size of the control.

The default control arrangement arranges only the first visual child. No transforms are applied.

.NET Framework
Available since 3.0
Return to top
Show: