mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-17 21:26:37 +00:00
Add transparent option to webpreferences
This commit is contained in:
@@ -213,5 +213,11 @@ namespace ElectronNET.API.Entities
|
||||
/// </value>
|
||||
[DefaultValue(false)]
|
||||
public bool WebviewTag { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Make the web view transparent
|
||||
/// </summary>
|
||||
[DefaultValue(false)]
|
||||
public bool Transparent { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user