CAAnimation.FillMode Property
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.
The FillMode for this animation, use the CAFillMode constants as the values for this property.
public virtual string FillMode { [Foundation.Export("fillMode", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFillMode:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.FillMode : string with get, set
Property Value
One of the string contants define in MonoTouch.CoreAnimation.CAFillMode.
Implements
- Attributes