Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1017 Bytes

xamldirect_setobjectproperty_907037143.md

File metadata and controls

28 lines (20 loc) · 1017 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Xaml.Core.Direct.XamlDirect.SetObjectProperty(Windows.UI.Xaml.Core.Direct.IXamlDirectObject,Windows.UI.Xaml.Core.Direct.XamlPropertyIndex,System.Object)
winrt method
RS5

Windows.UI.Xaml.Core.Direct.XamlDirect.SetObjectProperty

-description

Sets the value of an object property for a specific IXamlDirectObject.

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirectObject.

-param propertyIndex

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

-param value

object value to set to the specified property.

-see-also

XamlDirect.GetObjectProperty