MonoMac.CoreAnimation.CAFillMode: Field Members

The fields of MonoMac.CoreAnimation.CAFillMode are listed below. For a list of all members, see the CAFillMode Members list.

See Also: Inherited members from System.Object

Public Fields

const
Backwardsstring. On animation completion, values below zero are set to zero.
const
Bothstring. Any new values are kept between the the from and to values.
const
Forwardsstring. Any values above the final value are set to the final value.
const
Frozenstring. Do not use.
const
Removedstring. The object is removed from the animation once the animation completes.