ScaleTransform.Value 屬性

定義

取得目前的縮放轉換做為 Matrix 物件。

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

屬性值

目前的縮放轉換傳回為 Matrix 物件。

適用於