hasDynamicDepthLimit
A Boolean value that indicates whether the window’s depth limit can change to match the depth of the screen it’s on.
Declaration
var hasDynamicDepthLimit: Bool { get }Discussion
The value of this property is true when the window has a dynamic depth limit; otherwise, false. When the value of hasDynamicDepthLimit is false, the window uses either its preset depth limit or the default depth limit. A different, and non-dynamic, depth limit can be set using the depthLimit property.