MatrixTransform.Value Propiedad

Definición

Obtiene el objeto Matrix que representa esta MatrixTransform.

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

Valor de propiedad

La matriz que representa esta MatrixTransform.

Comentarios

Para modificar la matriz de esta transformación, use su Matrix propiedad .

Se aplica a