Freigeben über


AxisAngleRotation3D.AxisProperty Feld

Definition

Bezeichnet die Axis-Abhängigkeitseigenschaft.

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 

Feldwert

DependencyProperty

Beispiele

Der folgende Codeauszug verwendet diese Eigenschaft als Ziel einer Animation.

myRotateTransform.Rotation.BeginAnimation(AxisAngleRotation3D.AxisProperty, myVectorAnimation);
myRotateTransform.Rotation.BeginAnimation(AxisAngleRotation3D.AxisProperty, myVectorAnimation)

Gilt für