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 の基本値を表すオブジェクト。

実装

適用対象