TransformGroup.Value 属性

定义

获取描述 Matrix 由此 TransformGroup表示的转换的结构。

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

属性值

Transform对象的组合TransformGroup

适用于