Table of Contents

Method MeasureCore

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

MeasureCore(Size)

When overridden in a derived class, provides measurement logic for sizing this element properly, with consideration of the size of any child element content.

protected override Size MeasureCore(Size availableSize)

Parameters

availableSize Size

The available size that the parent element can allocate for the child.

Returns

Size

The desired size of this element in layout.