BooleanAnimationUsingKeyFrames.KeyFrames Propiedad

Definición

Obtiene o establece la colección de BooleanKeyFrame objetos que definen la animación.

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

Valor de propiedad

BooleanKeyFrameCollection

Colección de BooleanKeyFrame objetos que definen la animación. El valor predeterminado es Empty.

Se aplica a

Consulte también