ScaleTransform.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 对象形式返回的当前缩放转换。

适用于