RectAnimationUsingKeyFrames.KeyFrames 属性

定义

获取或设置定义动画的 RectKeyFrame 对象的集合。

public:
 property System::Windows::Media::Animation::RectKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::RectKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::RectKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.RectKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.RectKeyFrameCollection with get, set
Public Property KeyFrames As RectKeyFrameCollection

属性值

定义动画的 RectKeyFrame 对象的集合。 默认值是 Empty

注解

关键帧动画的目标值由其 KeyFrames 属性定义,该属性包含 对象的集合 RectKeyFrame 。 每个 都 RectKeyFrame 定义动画的一段,其自己的目标和 ValueKeyTime。 动画运行时,它会在指定的键时间从一个键值前进到下一个键值。

适用于

另请参阅