XamlDirect.SetMatrixProperty Méthode

Définition

Définit la valeur d’une propriété Matrix pour un objet IXamlDirectObject spécifique.

public:
 virtual void SetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value) = SetMatrixProperty;
void SetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
function setMatrixProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix)

Paramètres

xamlDirectObject
IXamlDirectObject

Référence au IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

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

value
Matrix

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

S’applique à

Voir aussi