TransformGroup.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la structure de matrice qui décrit la transformation représentée par ce TransformGroup.
public:
property Matrix Value { Matrix get(); };
Matrix Value();
public Matrix Value { get; }
var matrix = transformGroup.value;
Public ReadOnly Property Value As Matrix
Valeur de propriété
Composite des objets Transform dans ce TransformGroup.