CharAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

CharKeyFrameCollection

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

Aplica-se a

Confira também