RectAnimationUsingKeyFrames.KeyFrames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置定义动画的 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。 动画运行时,它会在指定的键时间从一个键值前进到下一个键值。