IXamlDirect.SetMatrixProperty(Object, XamlPropertyIndex, Matrix) メソッド

定義

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

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

パラメーター

xamlDirectObject
Object

Platform::Object

IInspectable

特定の IXamlDirect への参照。

propertyIndex
XamlPropertyIndex

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

value
Matrix

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

適用対象

こちらもご覧ください