MatrixTransform.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示這個 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 屬性。