Sdílet prostřednictvím


AxisAngleRotation3D.AxisProperty Pole

Definice

Identifikuje Axis vlastnost závislosti.

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 

Hodnota pole

DependencyProperty

Příklady

Následující výňatek kódu používá tuto vlastnost jako cíl animace.

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

Platí pro