CAAnimation.FillMode Property

Definition

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

Applies to