diff --git a/ElectronNET.API/Entities/WebPreferences.cs b/ElectronNET.API/Entities/WebPreferences.cs index ea4a1f1..294d57d 100644 --- a/ElectronNET.API/Entities/WebPreferences.cs +++ b/ElectronNET.API/Entities/WebPreferences.cs @@ -213,5 +213,11 @@ namespace ElectronNET.API.Entities /// [DefaultValue(false)] public bool WebviewTag { get; set; } = false; + + /// + /// Make the web view transparent + /// + [DefaultValue(false)] + public bool Transparent { get; set; } = false; } } \ No newline at end of file