Table of Contents

Method ArrangeOverride

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

ArrangeOverride(Size)

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

protected override Size ArrangeOverride(Size arrangeBounds)

Parameters

arrangeBounds Size

The computed size that is used to arrange the content.

Returns

Size

The size of the control.