namespace CPF.Mac.AppKit { public enum NSViewLayerContentsRedrawPolicy : long { Never, OnSetNeedsDisplay, DuringViewResize, BeforeViewResize } }