PointKeyFrame.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 ou définit la valeur cible de l’image clé.
public:
property Point Value { Point get(); void set(Point value); };
Point Value();
void Value(Point value);
public Point Value { get; set; }
var point = pointKeyFrame.value;
pointKeyFrame.value = point;
Public Property Value As Point
<pointKeyFrame Value="x,y"/>
Valeur de propriété
La valeur cible de l’image clé, qui est la valeur de cette image clé à son KeyTime spécifié. La valeur par défaut est 0.