AxisAngleRotation3D.AxisProperty Поле

Определение

Идентифицирует свойство зависимостей 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 

Значение поля

DependencyProperty

Примеры

В следующем фрагменте кода в качестве целевого объекта анимации используется это свойство.

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

Применяется к