MatrixTransform.MatrixProperty 属性

定义

标识 Matrix 依赖属性。

public:
 static property DependencyProperty ^ MatrixProperty { DependencyProperty ^ get(); };
static DependencyProperty MatrixProperty();
public static DependencyProperty MatrixProperty { get; }
var dependencyProperty = MatrixTransform.matrixProperty;
Public Shared ReadOnly Property MatrixProperty As DependencyProperty

属性值

Matrix 依赖属性的标识符。

适用于