GoXam for WPF v3
MeasureOverride Method (Adornment)
Northwoods.GoXam Namespace > Adornment Class : MeasureOverride Method
An upper limit value that the return value should not exceed.
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.
Syntax
protected override Size MeasureOverride( 
   Size constraint
)

Parameters

constraint
An upper limit value that the return value should not exceed.

Return Value

The size that this element determines it needs during layout, based on its calculations of child element sizes.
See Also

Reference

Adornment Class
Adornment Members