ZoomAnimationHelperStartAnimation(UIElement, DependencyProperty, Double, Double, EventHandler) - метод

Starts an animation to a particular value on the specified dependency property. You can pass in an event handler to call when the animation has completed.

Definition

Пространство имён: Tessa.UI.Controls.Zooming
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static void StartAnimation(
	UIElement animatableElement,
	DependencyProperty dependencyProperty,
	double toValue,
	double animationDurationSeconds,
	EventHandler completedEvent
)

Параметры

animatableElement  UIElement
 
dependencyProperty  DependencyProperty
 
toValue  Double
 
animationDurationSeconds  Double
 
completedEvent  EventHandler
 

См. также