Vector3DAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook