VectorAnimationUsingKeyFrames.KeyFrames 属性

定义

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

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

属性值

定义动画的对象集合 VectorKeyFrame 。 默认值为 Empty

适用于

另请参阅