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 

필드 값

예제

다음에 인용 된 코드에서는이 속성을 사용 하 여 애니메이션의 대상으로 합니다.

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

적용 대상