CharAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook