ZoomAnimationHelperStartAnimation(UIElement, DependencyProperty, Double, Double) - метод
Starts an animation to a particular value on the specified dependency property.
Пространство имён: Tessa.UI.Controls.ZoomingСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void StartAnimation(
UIElement animatableElement,
DependencyProperty dependencyProperty,
double toValue,
double animationDurationSeconds
)
Public Shared Sub StartAnimation (
animatableElement As UIElement,
dependencyProperty As DependencyProperty,
toValue As Double,
animationDurationSeconds As Double
)
public:
static void StartAnimation(
UIElement^ animatableElement,
DependencyProperty^ dependencyProperty,
double toValue,
double animationDurationSeconds
)
static member StartAnimation :
animatableElement : UIElement *
dependencyProperty : DependencyProperty *
toValue : float *
animationDurationSeconds : float -> unit
Параметры
- animatableElement UIElement
-
- dependencyProperty DependencyProperty
-
- toValue Double
-
- animationDurationSeconds Double
-