Basic Library for WinRT
MeasureOverride Method (C1LayoutTransformer)

The available size that this element can give to child elements.
Provides the behavior for the "Measure" pass of layout.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function MeasureOverride( _
   ByVal availableSize As Windows.Foundation.Size _
) As Windows.Foundation.Size
protected override Windows.Foundation.Size MeasureOverride( 
   Windows.Foundation.Size availableSize
)

Parameters

availableSize
The available size that this element can give to child elements.

Return Value

The size that this element determines it needs during layout, based on its calculations of child element sizes.
See Also

Reference

C1LayoutTransformer Class
C1LayoutTransformer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback