共用方式為


TranslateTransform.Value 屬性

定義

取得這個 MatrixTranslateTransform 表示。

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

表示這個 TranslateTransform 的矩陣。

適用於