Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DockPanel.ArrangeOverride(Size) Method

Definition

Namespace:
System.Windows.Controls
Assembly:
PresentationFramework.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Arranges the content (child elements) of a DockPanel element.

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

Parameters

arrangeSize
Size

The Size this element uses to arrange its child elements.

Returns

The Size that represents the arranged size of this DockPanel element.

Applies to


Feedback

Was this page helpful?