Control.ArrangeOverride(Size) Method

Definition

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

protected:
 override System::Windows::Size ArrangeOverride(System::Windows::Size arrangeBounds);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size arrangeBounds);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (arrangeBounds As Size) As Size

Parameters

arrangeBounds
Size

The computed size that is used to arrange the content.

Returns

The size of the control.

Remarks

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

Applies to