The members of MonoMac.CoreAnimation.CAAnimation are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [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 |
static | CreateAnimation()Creates a new animation, you will use the derived classes static method instead. | |
static | CurrentMediaTime()The current animation time. | |
static | DefaultValue(string)The default value used for the given object. | |
DidChangeValueForKey(string)Documentation for this section has not yet been entered. | ||
ShouldArchiveValueForKey(string)Whether the value for the given key should be archived. | ||
WillChangeValueForKey(string)Documentation for this section has not yet been entered. | ||
| AnimationStarted | Event raised by the object. | |
| AnimationStopped | Event raised by the object. |