Table of Contents

Method MeasureOverride

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll

MeasureOverride(Size)

Measures the child elements of a WrapPanel in anticipation of arranging them during the ArrangeOverride(Size) pass.

protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize Size

Returns

Size

The Size that represents the desired size of the element.