Positions the single child element and determines the content of a DiagramScrollContentPresenter.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override Size ArrangeOverride(
	Size arrangeSize
)
Visual Basic (Declaration)
Protected Overrides Function ArrangeOverride ( _
	arrangeSize As Size _
) As Size

Parameters

arrangeSize
Type: System.Windows..::.Size
The size that this DiagramScrollContentPresenter should use to arrange its child element.

Return Value

The actual size needed by the element.

See Also