Click or drag to resize

ViewportCanvasArrangeOverride Method

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override Size ArrangeOverride(
	Size finalSize
)

Parameters

finalSize
Type: System.WindowsSize
The final area within the parent that this element should use to arrange itself and its children.

Return Value

Type: Size
The actual size used.
See Also