Int64AnimationUsingKeyFrames.KeyFrames 属性

定义

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

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

属性值

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

适用于

另请参阅