次の方法で共有


XamlDirect.SetMatrixProperty メソッド

定義

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

public:
 virtual void SetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value) = SetMatrixProperty;
void SetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
function setMatrixProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

value
Matrix

指定したプロパティに設定するマトリックス値。

適用対象

こちらもご覧ください