Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 866 Bytes

xamlbindinghelper_setpropertyfromrect_336325360.md

File metadata and controls

32 lines (21 loc) · 866 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Markup.XamlBindingHelper.SetPropertyFromRect(System.Object,Windows.UI.Xaml.DependencyProperty,Windows.Foundation.Rect)
winrt method

Windows.UI.Xaml.Markup.XamlBindingHelper.SetPropertyFromRect

-description

Sets a DependencyProperty from a Rect value.

-parameters

-param dependencyObject

The object to which the property being set belongs.

-param propertyToSet

The property to which the value is written.

-param value

The value to set.

-remarks

This method is for use in code that is generated by the XAML compiler.

-examples

-see-also