DocumentPageView::ArrangeOverride Method (Size)

 

Arranges the content to fit a specified view size.

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

protected:
virtual Size ArrangeOverride(
	Size finalSize
) override sealed

Parameters

finalSize
Type: System.Windows::Size

The maximum size that the page view should use to arrange itself and its children.

Return Value

Type: System.Windows::Size

The actual size that the page view used to arrange itself and its children.

The returned size will always be less than or equal to the specified finalSize.

.NET Framework
Available since 3.0
Return to top
Show: