AxisAngleRotation3D.AxisProperty Champ

Définition

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

DependencyProperty

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)

S’applique à