Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 804 Bytes

layoutinformation_getavailablesize_1897442717.md

File metadata and controls

35 lines (19 loc) · 804 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.LayoutInformation.GetAvailableSize(Windows.UI.Xaml.UIElement)
winrt method

Windows.UI.Xaml.Controls.Primitives.LayoutInformation.GetAvailableSize

-description

Returns the Size value that was most recently used to measure the specified element.

-parameters

-param element

The element for which to return the most recent size.

-returns

The Size given as an argument on the most recent call to measure this element, or a Size of 0,0 if the element has not been measured yet.

-remarks

-see-also

UIElement.Measure

-examples