Partager via


IXamlDirect.GetMatrixProperty(Object, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété Matrix pour un IXamlDirect spécifique.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application 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

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété Matrix sur laquelle obtenir la valeur de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

Valeur de matrice de la propriété spécifiée.

S’applique à

Voir aussi