Aracılığıyla paylaş


AxisAngleRotation3D.AxisProperty Alan

Tanım

Axis Bağımlılık özelliğini tanımlar.

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 

Alan Değeri

DependencyProperty

Örnekler

Aşağıdaki kod alıntısı bu özelliği bir animasyonun hedefi olarak kullanır.

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

Şunlara uygulanır