Transform.Value プロパティ

定義

現在の変換を Matrix オブジェクトとして取得します。

public:
 abstract property System::Windows::Media::Matrix Value { System::Windows::Media::Matrix get(); };
public abstract System.Windows.Media.Matrix Value { get; }
member this.Value : System.Windows.Media.Matrix
Public MustOverride ReadOnly Property Value As Matrix

プロパティ値

Matrix

現在の行列変換。

適用対象