AnimationClock(AnimationTimeline) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da AnimationClock classe.
protected public:
AnimationClock(System::Windows::Media::Animation::AnimationTimeline ^ animation);
protected internal AnimationClock(System.Windows.Media.Animation.AnimationTimeline animation);
new System.Windows.Media.Animation.AnimationClock : System.Windows.Media.Animation.AnimationTimeline -> System.Windows.Media.Animation.AnimationClock
Protected Friend Sub New (animation As AnimationTimeline)
Parâmetros
- animation
- AnimationTimeline
A animação que descreve os valores de saída e os comportamentos de temporização deste relógio.