Implicit Class

Definition

Attached properties to support implicitly triggered animations for Windows.UI.Xaml.UIElement instances.

public class Implicit
public static class Implicit
type Implicit = class
Public Class Implicit
Inheritance
Implicit

Constructors

Implicit()

Fields

AnimationsProperty

The attached "Animations" property.

HideAnimationsProperty

The attached "HideAnimations" property.

ShowAnimationsProperty

The attached "ShowAnimations" property.

Attached Properties

Animations
HideAnimations
ShowAnimations

Methods

GetAnimations(DependencyObject)

Gets the value of the Implicit.Animations XAML attached property.

GetAnimations(UIElement)

Gets the value of the AnimationsProperty property.

GetHideAnimations(DependencyObject)

Gets the value of the Implicit.HideAnimations XAML attached property.

GetHideAnimations(UIElement)

Gets the value of the HideAnimationsProperty property.

GetShowAnimations(DependencyObject)

Gets the value of the Implicit.ShowAnimations XAML attached property.

GetShowAnimations(UIElement)

Gets the value of the ShowAnimationsProperty property.

SetAnimations(DependencyObject, AnimationCollection)

Sets the value of the Implicit.Animations XAML attached property.

SetAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the AnimationsProperty property.

SetHideAnimations(DependencyObject, AnimationCollection)

Sets the value of the Implicit.HideAnimations XAML attached property.

SetHideAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the HideAnimationsProperty property.

SetShowAnimations(DependencyObject, AnimationCollection)

Sets the value of the Implicit.ShowAnimations XAML attached property.

SetShowAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the ShowAnimationsProperty property.

Applies to