AxisAngleRotation3D.AxisProperty Campo

Definição

Identifica a Axis propriedade de dependência.

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 

Valor de Campo

Exemplos

O excerto de código seguinte utiliza esta propriedade como alvo de uma animação.

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

Aplica-se a