BooleanAnimationUsingKeyFrames.KeyFrames Property

Definition

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

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

Property Value

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

Applies to

See also