ElementAnimator Clase

Definición

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class ElementAnimator
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class ElementAnimator
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class ElementAnimator
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class ElementAnimator
Public Class ElementAnimator
Herencia
Object IInspectable ElementAnimator
Atributos

Constructores

ElementAnimator()

Propiedades

HasBoundsChangeAnimationsPending
HasHideAnimationsPending
HasShowAnimationsPending
SharedContext

Métodos

HasBoundsChangeAnimation(UIElement, AnimationContext, Rect, Rect)
HasBoundsChangeAnimationCore(UIElement, AnimationContext, Rect, Rect)
HasHideAnimation(UIElement, AnimationContext)
HasHideAnimationCore(UIElement, AnimationContext)
HasShowAnimation(UIElement, AnimationContext)
HasShowAnimationCore(UIElement, AnimationContext)
OnBoundsChangeAnimationCompleted(UIElement)
OnElementBoundsChanged(UIElement, AnimationContext, Rect, Rect)
OnElementHidden(UIElement, AnimationContext)
OnElementShown(UIElement, AnimationContext)
OnHideAnimationCompleted(UIElement)
OnShowAnimationCompleted(UIElement)
StartBoundsChangeAnimation(UIElement, AnimationContext, Rect, Rect)
StartHideAnimation(UIElement, AnimationContext)
StartShowAnimation(UIElement, AnimationContext)

Eventos

BoundsChangeAnimationCompleted
HideAnimationCompleted
ShowAnimationCompleted

Se aplica a