Skip to content

ElectronBrowserWindow.setHasShadow method

ElectronBrowserWindow › setHasShadow

Unofficial

Sets whether the window should have a shadow.

Signature:

setHasShadow(hasShadow: boolean): void

Parameters:

Parameter Type Description
hasShadow boolean Whether the window should have a shadow.

Returns: void