CALayer.CompositingFilter Property

Definition

A Core Image filter that is used for compositing the layer and the content behind it.

public virtual Foundation.NSObject CompositingFilter { [Foundation.Export("compositingFilter", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCompositingFilter:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.CompositingFilter : Foundation.NSObject with get, set

Property Value

The default value is null, causing the layer to use source-over compositing.

This value can be null.

Attributes

Applies to