OrbitViewPanel.MeasureOverride(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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