XamlDirect.SetMatrixProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.