XamlDirect.SetMatrixProperty Método

Definición

Establece el valor de una propiedad Matrix para un IXamlDirectObject específico.

public:
 virtual void SetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value) = SetMatrixProperty;
void SetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
function setMatrixProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix)

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al objeto IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Referencia a la propiedad Matrix para establecer el valor de de la lista de propiedades admitidas en la enumeración XamlPropertyIndex .

value
Matrix

Valor de matriz que se va a establecer en la propiedad especificada.

Se aplica a

Consulte también