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

要请求其基值的对象。

返回

Object

一个表示 dp 的基值的对象。

实现

适用于