Visual3D.GetAnimationBaseValue(DependencyProperty) 方法

定義

擷取指定之 DependencyProperty 物件的基底實值。

public:
 virtual System::Object ^ GetAnimationBaseValue(System::Windows::DependencyProperty ^ dp);
public object GetAnimationBaseValue (System.Windows.DependencyProperty dp);
abstract member GetAnimationBaseValue : System.Windows.DependencyProperty -> obj
override this.GetAnimationBaseValue : System.Windows.DependencyProperty -> obj
Public Function GetAnimationBaseValue (dp As DependencyProperty) As Object

參數

dp
DependencyProperty

要為其要求基底實值的物件。

傳回

物件,表示 dp 的基底值。

實作

適用於