Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.54 KB

ixamldirect_setmatrix3dproperty_1630109059.md

File metadata and controls

38 lines (22 loc) · 1.54 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Core.Direct.IXamlDirect.SetMatrix3DProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex,Windows.UI.Xaml.Media.Media3D.Matrix3D)
winrt method

Microsoft.UI.Xaml.Core.Direct.IXamlDirect.SetMatrix3DProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex,Windows.UI.Xaml.Media.Media3D.Matrix3D)

-description

Sets the value of a Matrix3D property for a specific IXamlDirect.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirect.

-param propertyIndex

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

-param value

The Matrix3D value to set on the specified property.

-remarks

-see-also

IXamlDirect.GetMatrix3DProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex)

-examples