DependencyObject.GetAnimationBaseValue(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回針對相依性屬性所建立的任何基底值,如果動畫未使用中,則會套用。
public:
virtual Platform::Object ^ GetAnimationBaseValue(DependencyProperty ^ dp) = GetAnimationBaseValue;
IInspectable GetAnimationBaseValue(DependencyProperty const& dp);
public object GetAnimationBaseValue(DependencyProperty dp);
function getAnimationBaseValue(dp)
Public Function GetAnimationBaseValue (dp As DependencyProperty) As Object
參數
所需相依性屬性的識別碼。
傳回
傳回的基底值。
備註
使用 GetAnimationBaseValue
來取得目前可能以動畫顯示的值,但您想要知道動畫執行前的值。 請注意, 具有 HoldEnd 行為的動畫可能沒有這個相同的值。 如需 HoldEnd 概念的詳細資訊,請參閱 分鏡腳本動畫。
用於視覺狀態的動畫沒有 HoldEnd 行為,但會套用作用中狀態時所套用的動畫值。