共用方式為


IXamlDirect.SetMatrix3DProperty(Object, XamlPropertyIndex, Matrix3D) 方法

定義

設定特定IXamlDirectMatrix3D屬性值。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 void SetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
void SetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix3D const& value);
public void SetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
Public Sub SetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Matrix3D)

參數

xamlDirectObject
Object

Platform::Object

IInspectable

特定 IXamlDirect的參考。

propertyIndex
XamlPropertyIndex

Matrix3D屬性的參考,要從XamlPropertyIndex列舉中支援的屬性清單中設定值。

value
Matrix3D

要設定于指定屬性上的 Matrix3D 值。

適用於

另請參閱