Condividi tramite


IXamlDirect.GetMatrixProperty(Object, XamlPropertyIndex) Metodo

Definizione

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

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

public:
 Matrix GetMatrixProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Matrix GetMatrixProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix GetMatrixProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetMatrixProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Matrix

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

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

Restituisce

Valore matrice della proprietà specificata.

Si applica a

Vedi anche