Table of Contents

Method MeasureOverride

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

MeasureOverride(Size)

Called to remeasure a control.

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

The maximum size that the method can return.

Returns

Size

The size of the control, up to the maximum specified by constraint.