MonoMac.CoreAnimation.CAAnimation: Property Members

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

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