Int16AnimationUsingKeyFrames.KeyFrames Eigenschaft
Definition
Dient zum Abrufen oder Festlegen der Auflistung von Int16KeyFrame-Objekten, die die Animation definieren.Gets or sets the collection of Int16KeyFrame objects that define the animation.
public:
property System::Windows::Media::Animation::Int16KeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::Int16KeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::Int16KeyFrameCollection ^ value); };
public System.Windows.Media.Animation.Int16KeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.Int16KeyFrameCollection with get, set
Public Property KeyFrames As Int16KeyFrameCollection
Eigenschaftswert
Die Auflistung von Int16KeyFrame-Objekten, die die Animation definieren.The collection of Int16KeyFrame objects that define the animation. Der Standardwert ist Emptysein.The default value is Empty.