共用方式為


RotateTransform.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

目前的旋轉轉換做為 Matrix

適用於