Condividi tramite


XamlDirect.SetMatrixProperty Metodo

Definizione

Imposta il valore di una proprietà Matrix per un oggetto IXamlDirectObject specifico.

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Matrix per impostare il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

value
Matrix

Valore matrice da impostare sulla proprietà specificata.

Si applica a

Vedi anche