CAFillMode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants used for the FillMode property in CAAnimation and CALayer, used to control the behavior of objects once the animation has completed.
public static class CAFillMode
type CAFillMode = class
- Inheritance
-
CAFillMode
Remarks
These are used in the FillMode property of CAAnimation and CALayer.
Properties
Backwards |
Represents the value associated with the constant kCAFillModeBackwards |
Both |
Represents the value associated with the constant kCAFillModeBoth |
Forwards |
Represents the value associated with the constant kCAFillModeForwards |
Removed |
Represents the value associated with the constant kCAFillModeRemoved |