Point3DAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook