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 。 這個方法會利用 WPF) 動畫Windows Presentation Foundation (不會移除目標屬性的原始值的事實。 如需詳細資訊,請參閱相依性屬性值優先順序。