Udostępnij za pośrednictwem


AxisAngleRotation3D.AxisProperty Pole

Definicja

Identyfikuje Axis właściwość zależności.

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 

Wartość pola

Przykłady

Poniższy fragment kodu używa tej właściwości jako elementu docelowego animacji.

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

Dotyczy