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です。 同一行列には、係数1[1,1]、および[2,2][3,3]の値と、残りの係数の0の値があります。

注釈

依存関係プロパティ情報

品目 価値
識別子フィールド MatrixProperty
に設定されたメタデータ プロパティ true None

適用対象