Freigeben über


IXamlDirect.GetMatrixProperty(Object, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer Matrix-Eigenschaft für eine bestimmte IXamlDirect ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf den spezifischen IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Matrixeigenschaft , auf der der Wert aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration abgerufen werden soll.

Gibt zurück

Matrixwert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen