Share via


CALayer.NeedsDisplay Property

Definition

Whether the layer has been marked as requiring an update.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool NeedsDisplay { [Foundation.Export("needsDisplay")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("needsDisplay")>]
member this.NeedsDisplay : bool

Property Value

true if the layer has been marked as requiring an update.

Attributes

Applies to