Click or drag to resize

IconMeasureOverride Method

Called to remeasure a control.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override Size MeasureOverride(
	Size constraint
)

Parameters

constraint
Type: System.WindowsSize
The maximum size that the method can return.

Return Value

Type: Size
The size of the control, up to the maximum specified by constraint.
See Also