AxisAngleRotation3D.AxisProperty Champ
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.
Identifie la propriété de dépendance Axis.
public: static initonly System::Windows::DependencyProperty ^ AxisProperty;
public static readonly System.Windows.DependencyProperty AxisProperty;
staticval mutable AxisProperty : System.Windows.DependencyProperty
Public Shared ReadOnly AxisProperty As DependencyProperty
Valeur de champ
Exemples
L’extrait de code suivant utilise cette propriété comme cible d’une animation.
myRotateTransform.Rotation.BeginAnimation(AxisAngleRotation3D.AxisProperty, myVectorAnimation);
myRotateTransform.Rotation.BeginAnimation(AxisAngleRotation3D.AxisProperty, myVectorAnimation)