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 的当前旋转变换。

适用于