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.
Пространство имён:
Tessa.UI.Controls.Zooming
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void StartAnimation(
UIElement animatableElement,
DependencyProperty dependencyProperty,
double toValue,
double animationDurationSeconds,
EventHandler completedEvent
)
Public Shared Sub StartAnimation (
animatableElement As UIElement,
dependencyProperty As DependencyProperty,
toValue As Double,
animationDurationSeconds As Double,
completedEvent As EventHandler
)
public:
static void StartAnimation(
UIElement^ animatableElement,
DependencyProperty^ dependencyProperty,
double toValue,
double animationDurationSeconds,
EventHandler^ completedEvent
)
static member StartAnimation :
animatableElement : UIElement *
dependencyProperty : DependencyProperty *
toValue : float *
animationDurationSeconds : float *
completedEvent : EventHandler -> unit
Параметры
- animatableElement
- Тип: System.WindowsUIElement
- dependencyProperty
- Тип: System.WindowsDependencyProperty
- toValue
- Тип: SystemDouble
- animationDurationSeconds
- Тип: SystemDouble
- completedEvent
- Тип: SystemEventHandler
См. также