Partager via


IXamlDirect.SetMatrix3DProperty(Object, XamlPropertyIndex, Matrix3D) Méthode

Définition

Définit la valeur d’une propriété Matrix3D 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:
 void SetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
void SetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix3D const& value);
public void SetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
Public Sub SetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Matrix3D)

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

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

value
Matrix3D

Valeur Matrix3D à définir sur la propriété spécifiée.

S’applique à

Voir aussi