Share via


IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) Method

Definition

Gets 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).

public:
 Matrix3D GetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Matrix3D GetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix3D GetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Matrix3D

Parameters

xamlDirectObject
Object

Platform::Object

IInspectable

A reference to the specific IXamlDirect.

propertyIndex
XamlPropertyIndex

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

Returns

[Matrix3D]((/uwp/api/windows.ui.xaml.media.media3d.matrix3d) value of the specified property.

Applies to

See also