IAnimatable 介面
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類型支援 WPF 基礎結構,而且不能從程式碼直接使用。 若要使類別 (Class) 可顯示動畫,應該衍生自 UIElement、ContentElement 或 Animatable。
public interface class IAnimatable
C#
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
- 衍生
Has |
取得值,指出這個執行個體是否有任何動畫屬性。 |
Apply |
套用指定 AnimationClock 的效果至指定相依性屬性。 |
Apply |
套用指定 AnimationClock 的效果至指定相依性屬性。 新 AnimationClock 對任何目前動畫的效果,是由 |
Begin |
根據指定的 AnimationTimeline,初始化 DependencyProperty 物件的動畫序列。 |
Begin |
根據指定的 DependencyProperty 和 AnimationTimeline,初始化 HandoffBehavior 物件的動畫序列。 |
Get |
擷取指定之 DependencyProperty 物件的基底實值。 |
產品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |