AdornerLayer::ArrangeOverride Method (Size)

 

Positions child elements and determines a size for the AdornerLayer.

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

protected:
virtual Size ArrangeOverride(
	Size finalSize
) override

Parameters

finalSize
Type: System.Windows::Size

The size reserved for this element by its parent.

Return Value

Type: System.Windows::Size

The actual size needed by the element. This return value is typically the same as the value passed to finalSize.

This method overrides ArrangeOverride.

.NET Framework
Available since 3.0
Return to top
Show: