CALayer.NeedsDisplay 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.
Whether the layer has been marked as requiring an update.
public virtual bool NeedsDisplay { [Foundation.Export("needsDisplay")] get; }
member this.NeedsDisplay : bool
Property Value
true
if the layer has been marked as requiring an update.
- Attributes