BooleanAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

Hiermee haalt u de verzameling BooleanKeyFrame objecten op die de animatie definiëren of stelt u deze in.

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

Waarde van eigenschap

De verzameling BooleanKeyFrame objecten die de animatie definiëren. De standaardwaarde is Empty.

Van toepassing op

Zie ook