The properties of MonoMac.CoreAnimation.CAAnimation are listed below. For a list of all members, see the CAAnimation Members list.
See Also: Inherited members from MonoMac.Foundation.NSObject
| [read-only] static | AnimationDescrete | MonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationDiscrete |
| [read-only] static | AnimationLinear | MonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationLinear |
| [read-only] static | AnimationPaced | MonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationPaced |
| AutoReverses | bool. When the animation completes, this determines if the animation will automatically reverse . | |
| BeginTime | double. Documentation for this section has not yet been entered. | |
| CFTimeInterval | double. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | CAAnimationDelegate. An instance of the MonoMac.CoreAnimation.CAAnimationDelegate model class which acts as the class delegate. | |
| Duration | double. Duration in seconds for this animation. | |
| FillMode | string. The FillMode for this animation, use the CAFillMode constants as the values for this property. | |
| RemovedOnCompletion | bool. Whether the animation is removed from the layer on completion. | |
| RepeatCount | float. Number of times to repeat the animation. | |
| RepeatDuration | double. The number of seconds that the animation will repeat for. | |
| [read-only] static | RotateModeAuto | MonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationRotateAuto |
| [read-only] static | RotateModeAutoReverse | MonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationRotateAutoReverse |
| Speed | float. The speed scale applied to this animation. A value of 2.0 will make animations run twice as fast as the parent animations. | |
| TimeOffset | double. Extra time offset in the local time. | |
| TimingFunction | CAMediaTimingFunction. The timing function used to compute the animation. | |
| [read-only] static | TransitionFade | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFade |
| [read-only] static | TransitionFromBottom | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromBottom |
| [read-only] static | TransitionFromLeft | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromLeft |
| [read-only] static | TransitionFromRight | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromRight |
| [read-only] static | TransitionFromTop | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromTop |
| [read-only] static | TransitionMoveIn | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionMoveIn |
| [read-only] static | TransitionPush | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionPush |
| [read-only] static | TransitionReveal | MonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionReveal |
| UsesSceneTimeBase | bool. Documentation for this section has not yet been entered. | |
| WeakDelegate | MonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type |