Click or drag to resize

IconArrangeOverride Method

Called to arrange and size the content of a Control object.

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

Parameters

arrangeBounds
Type: System.WindowsSize
The computed size that is used to arrange the content.

Return Value

Type: Size
The size of the control.
See Also