The properties of UIKit.UIDynamicAnimator are listed below. For a list of all members, see the UIDynamicAnimator Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | Behaviors | UIDynamicBehavior[]. Array containing the current list of behaviors running on this UIDynamicAnimator. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIDynamicAnimatorDelegate. An instance of the UIKit.UIDynamicAnimatorDelegate model class which acts as the class delegate. | |
| [read-only] | ElapsedTime | double. The time interval since the UIDynamicAnimator began running. |
| [read-only] | ReferenceView | UIView. The UIView that the UIDynamicAnimator was initialized with. Read-only. |
| [read-only] | Running | bool. Whether the UIDynamicAnimator is running. Read-only. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |