ThicknessAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets or sets the collection of ThicknessKeyFrame objects that define the animation.

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

Property Value

The collection of ThicknessKeyFrame objects that define the animation. The default value is Empty.

Applies to

See also