Int64AnimationUsingKeyFrames.KeyFrames Property

Definition

Gets or sets the collection of Int64KeyFrame objects that define the animation.

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

Property Value

The collection of Int64KeyFrame objects that define the animation. The default value is Empty.

Applies to

See also