MatrixTransform.Value 屬性

定義

取得表示這個 MatrixMatrixTransform

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 屬性。

適用於