hasShadow
A Boolean value that indicates whether the window has a shadow.
Declaration
var hasShadow: Bool { get set }Discussion
The value of this property is true when the window has a shadow; otherwise, false. If you change the value of this property, the window shadow is invalidated, forcing the window shadow to be recomputed.