Partager via


IUIViewAnimating Interface

Définition

Interface définissant des méthodes pour les objets d’animation personnalisés.

[Foundation.Protocol(Name="UIViewAnimating", WrapperType=typeof(UIKit.UIViewAnimatingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewAnimating : IDisposable, ObjCRuntime.INativeObject
type IUIViewAnimating = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

FractionComplete

Obtient ou définit le pourcentage d’achèvement de l’animation de la propriété.

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
Reversed

Obtient ou définit la direction de l’animation.

Running

Indique si l’animation est en cours d’exécution.

State

Le courant UIViewAnimatingState de l’animation.

Méthodes

FinishAnimation(UIViewAnimatingPosition)

Termine l’animation. Doit être précédé d’un appel à CreateRunningPropertyAnimator(Double, Double, UIViewAnimationOptions, Action, Action<UIViewAnimatingPosition>).

PauseAnimation()

Met en pause l’animation.

StartAnimation()

Commence l’animation.

StartAnimation(Double)

Interface définissant des méthodes pour les objets d’animation personnalisés.

StopAnimation(Boolean)

Arrête l’animation à la position actuelle.

S’applique à