MatrixTransform.MatrixProperty Property

Definition

Identifies the Matrix dependency property.

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

Property Value

The identifier for the Matrix dependency property.

Applies to