MonoMac.CoreAnimation.CAAnimation Members

The members of MonoMac.CoreAnimation.CAAnimation are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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.

Public Properties

[read-only]
static
AnimationDescreteMonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationDiscrete
[read-only]
static
AnimationLinearMonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationLinear
[read-only]
static
AnimationPacedMonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationPaced
AutoReversesbool. When the animation completes, this determines if the animation will automatically reverse .
BeginTimedouble. Documentation for this section has not yet been entered.
CFTimeIntervaldouble. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateCAAnimationDelegate. An instance of the MonoMac.CoreAnimation.CAAnimationDelegate model class which acts as the class delegate.
Durationdouble. Duration in seconds for this animation.
FillModestring. The FillMode for this animation, use the CAFillMode constants as the values for this property.
RemovedOnCompletionbool. Whether the animation is removed from the layer on completion.
RepeatCountfloat. Number of times to repeat the animation.
RepeatDurationdouble. The number of seconds that the animation will repeat for.
[read-only]
static
RotateModeAutoMonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationRotateAuto
[read-only]
static
RotateModeAutoReverseMonoMac.Foundation.NSString. Represents the value associated with the constant kCAAnimationRotateAutoReverse
Speedfloat. The speed scale applied to this animation. A value of 2.0 will make animations run twice as fast as the parent animations.
TimeOffsetdouble. Extra time offset in the local time.
TimingFunctionCAMediaTimingFunction. The timing function used to compute the animation.
[read-only]
static
TransitionFadeMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFade
[read-only]
static
TransitionFromBottomMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromBottom
[read-only]
static
TransitionFromLeftMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromLeft
[read-only]
static
TransitionFromRightMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromRight
[read-only]
static
TransitionFromTopMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionFromTop
[read-only]
static
TransitionMoveInMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionMoveIn
[read-only]
static
TransitionPushMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionPush
[read-only]
static
TransitionRevealMonoMac.Foundation.NSString. Represents the value associated with the constant kCATransitionReveal
UsesSceneTimeBasebool. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
CreateAnimation() : CAAnimation
Creates a new animation, you will use the derived classes static method instead.
static
CurrentMediaTime() : double
The current animation time.
static
DefaultValue(string) : MonoMac.Foundation.NSObject
The default value used for the given object.
DidChangeValueForKey(string)
Documentation for this section has not yet been entered.
ShouldArchiveValueForKey(string) : bool
Whether the value for the given key should be archived.
WillChangeValueForKey(string)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the CAAnimation object.

Public Events

AnimationStartedEvent raised by the object.
AnimationStoppedEvent raised by the object.