Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.01 KB

uielement_actualsize.md

File metadata and controls

32 lines (18 loc) · 1.01 KB
-api-id -api-type ms.custom
P:Windows.UI.Xaml.UIElement.ActualSize
winrt property
19H1

Windows.UI.Xaml.UIElement.ActualSize

-description

Gets the size that this UIElement computed during the arrange pass of the layout process.

-property-value

The size that this UIElement computed during the arrange pass of the layout process.

-remarks

The ActualSize property is equivalent to the ActualWidth and ActualHeight properties, but represented as a Vector2. ActualSize can be used as an input property to an ExpressionAnimation.

When the ActualSize changes, the FrameworkElement.SizeChanged event is raised. The value of SizeChangedEventArgs.NewSize will be the new value of the ActualSize.

-see-also

-examples