MatrixTransform.Value 属性

定义

获取表示此 MatrixMatrixTransform

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

属性值

表示此 MatrixTransform 的矩阵。

注解

若要修改此转换的矩阵,请使用其 Matrix 属性。

适用于