共用方式為


TransformGroup.Value 屬性

定義

取得 Matrix 結構,這個結構描述這個 TransformGroup 所表示的轉換。

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

這個 Transform 中之 TransformGroup 物件的複合物件。

適用於