ThicknessAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook