UIViewPropertyAnimator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("UIViewPropertyAnimator", true)]
public class UIViewPropertyAnimator : Foundation.NSObject, Foundation.INSCopying, IDisposable, UIKit.IUIViewImplicitlyAnimating
[<Foundation.Register("UIViewPropertyAnimator", true)>]
type UIViewPropertyAnimator = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
interface IUIViewAnimating
interface IUIViewImplicitlyAnimating
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UIViewPropertyAnimator() |
Creates a new UIViewPropertyAnimator with default values. |
| UIViewPropertyAnimator(Double, CGPoint, CGPoint, Action) | |
| UIViewPropertyAnimator(Double, IUITimingCurveProvider) | |
| UIViewPropertyAnimator(Double, NFloat, Action) |
Constructs a new UIViewPropertyAnimator with spring-based timing based on the |
| UIViewPropertyAnimator(Double, UIViewAnimationCurve, Action) | |
| UIViewPropertyAnimator(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIViewPropertyAnimator(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delay | |
| Description | (Inherited from NSObject) |
| Duration | |
| FlushUpdates | |
| FractionComplete |
Gets or sets the percentage of the property's animation completion. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Interruptible | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ManualHitTestingEnabled |
Gets or sets whether the app manages hit-testing while the animation is in progress. |
| PausesOnCompletion | |
| RetainCount | (Inherited from NSObject) |
| Reversed |
Gets or sets the direction of the animation. |
| Running |
Whether the animation is currently running. |
| ScrubsLinearly | |
| Self | (Inherited from NSObject) |
| State |
The current UIViewAnimatingState of the animation. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimingParameters | |
| UserInteractionEnabled |
Gets or sets whether the user can interact with the animation. |
| Zone | (Inherited from NSObject) |