MatrixTransform.Value プロパティ

定義

この Matrix を表す MatrixTransform を取得します。

public:
 virtual property System::Windows::Media::Matrix Value { System::Windows::Media::Matrix get(); };
public override System.Windows.Media.Matrix Value { get; }
member this.Value : System.Windows.Media.Matrix
Public Overrides ReadOnly Property Value As Matrix

プロパティ値

この MatrixTransform を表す行列。

注釈

この変換のマトリックスを変更するには、そのプロパティを Matrix 使用します。

適用対象