SkewTransform.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 的当前扭曲变换值。

适用于