BooleanAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

Obtém ou define a coleção de objetos BooleanKeyFrame que definem a animação.

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 da propriedade

BooleanKeyFrameCollection

A coleção de BooleanKeyFrame objetos que definem a animação. O valor padrão é Empty.

Aplica-se a

Confira também