ContentElement.GetAnimationBaseValue(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

確認する .dependency プロパティ。

返品

指定した依存関係プロパティにアニメーションがアタッチされていないかのようにプロパティ値を指定します。

実装

注釈

プロパティにアニメーションがアタッチされていない場合、 GetAnimationBaseValue 戻り値は常に GetValue 戻り値と同じです。 アニメーションがアタッチされている場合、開始値と停止値を含むすべてのアニメーション派生値は無視され、プロパティ値は他のすべての入力に基づいて決定されます。 詳細については、「 依存関係プロパティの値の優先順位」を参照してください。

適用対象

こちらもご覧ください