StringAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook