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 としての現在の回転変換。

適用対象