ZoomAnimationHelperCancelAnimation - метод |
Cancel any animations that are running on the specified dependency property.
Пространство имён:
Tessa.UI.Controls.Zooming
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void CancelAnimation(
UIElement animatableElement,
DependencyProperty dependencyProperty
)
Public Shared Sub CancelAnimation (
animatableElement As UIElement,
dependencyProperty As DependencyProperty
)
public:
static void CancelAnimation(
UIElement^ animatableElement,
DependencyProperty^ dependencyProperty
)
static member CancelAnimation :
animatableElement : UIElement *
dependencyProperty : DependencyProperty -> unit
Параметры
- animatableElement
- Тип: System.WindowsUIElement
- dependencyProperty
- Тип: System.WindowsDependencyProperty
См. также