Table of Contents

Method MeasureOverride

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

MeasureOverride(Size)

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

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

An upper limit Size that should not be exceeded.

Returns

Size

A Size that represents the size that is required to arrange child content.