IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) 方法

定义

获取特定 IXamlDirectMatrix3D 属性的值。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

Matrix3D 属性的引用,用于从 XamlPropertyIndex 枚举中受支持的属性列表中获取值。

返回

[Matrix3D] ( (/uwp/api/windows.ui.xaml.media.media3d.matrix3d) 指定属性的值。

适用于

另请参阅