OrbitViewPanel.MeasureOverride(Size) Method

Definition

Provides the behavior for the "Measure" pass of the layout cycle.

protected override Windows.Foundation.Size MeasureOverride (Windows.Foundation.Size availableSize);
override this.MeasureOverride : Windows.Foundation.Size -> Windows.Foundation.Size
Protected Overrides Function MeasureOverride (availableSize As Size) As Size

Parameters

availableSize
Size

The available size that this object can give to child objects.

Returns

The size that this object determines it needs during layout

Applies to