MatrixTransform.Matrix プロパティ

定義

この変換を定義する Matrix 構造体を取得または設定します。

public:
 property System::Windows::Media::Matrix Matrix { System::Windows::Media::Matrix get(); void set(System::Windows::Media::Matrix value); };
public System.Windows.Media.Matrix Matrix { get; set; }
member this.Matrix : System.Windows.Media.Matrix with get, set
Public Property Matrix As Matrix

プロパティ値

この変換を定義する Matrix 構造体。 既定値は ID Matrix です。 ID 行列の値 1 は、係数 [1,1]、、 [2,2]および [3,3]で、残りの係数では の 0 値です。

注釈

依存プロパティ情報

識別子フィールド MatrixProperty
に設定されたメタデータ プロパティ true なし

適用対象