IAnimatable.GetAnimationBaseValue(DependencyProperty) メソッド

定義

指定した DependencyProperty オブジェクトの基本値を取得します。

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

パラメーター

dp
DependencyProperty

基本値の要求対象となるオブジェクト。

戻り値

Dp の基本値を表すオブジェクト。

注釈

アニメーション化されたプロパティの GetValue アニメーション化されていない値を取得する場合は、 ではなく、このメソッドを使用します。 このメソッドは、Windows Presentation Foundation (WPF) アニメーションがターゲット プロパティの元の値を削除しないという事実を利用します。 詳細については、「依存関係プロパティ値の優先順位」を参照してください。

適用対象

こちらもご覧ください