Share via


AxisAngleRotation3D.AxisProperty Campo

Definição

Identifica a propriedade de dependência 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 

Valor do campo

DependencyProperty

Exemplos

O trecho de código a seguir usa essa propriedade como destino de uma animação.

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

Aplica-se a