Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

xamldirect_setrectproperty_1559225807.md

File metadata and controls

29 lines (20 loc) · 1.08 KB
-api-id -api-type ms.custom
M:Windows.UI.Xaml.Core.Direct.XamlDirect.SetRectProperty(Windows.UI.Xaml.Core.Direct.IXamlDirectObject,Windows.UI.Xaml.Core.Direct.XamlPropertyIndex,Windows.Foundation.Rect)
winrt method
RS5

Windows.UI.Xaml.Core.Direct.XamlDirect.SetRectProperty

-description

Sets the value of a Rect property for a specific IXamlDirectObject.

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirectObject.

-param propertyIndex

A reference to the Rect property to set the value of from the list of supported properties in XamlPropertyIndex enum.

-param value

Rect value to set to the specified property.

-see-also

XamlDirect.GetRectProperty