IAnimatable.GetAnimationBaseValue(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定 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基值的物件。
備註
用這個方法代替 GetValue 你想取得動畫屬性非動畫值時使用。 此方法利用 Windows Presentation Foundation(WPF)動畫不會移除目標屬性的原始值的特性。 欲了解更多資訊,請參閱 「相依財產價值優先次序」。