IXamlDirect.SetMatrix3DProperty(Object, XamlPropertyIndex, Matrix3D) メソッド

定義

特定の IXamlDirectMatrix3D プロパティの値を設定します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、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

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から値を設定する Matrix3D プロパティへの参照。

value
Matrix3D

指定したプロパティに設定する Matrix3D 値。

適用対象

こちらもご覧ください