IXamlDirect.SetMatrixProperty(Object, XamlPropertyIndex, Matrix) Metodo

Definizione

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

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 void SetMatrixProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
void SetMatrixProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
Public Sub SetMatrixProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Matrix)

Parametri

xamlDirectObject
Object

Riferimento all'oggetto IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

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

value
Matrix

Valore Matrix da impostare sulla proprietà specificata.

Si applica a

Vedi anche