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

当前的矩阵变换。

适用于