CALayer.FillMode Property

Definition

The fill mode for this layer, as defined by the values in CAFillMode.

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

A constant defined in CAFillMode.

Implements

Attributes

Applies to