mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-13 19:49:36 +00:00
implement enum for types, implement OpenDialog from Dialog-API
This commit is contained in:
21
ElectronNET.API/Entities/Vibrancy.cs
Normal file
21
ElectronNET.API/Entities/Vibrancy.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public enum Vibrancy
|
||||
{
|
||||
[JsonProperty("appearance-based")]
|
||||
appearanceBased,
|
||||
light,
|
||||
dark,
|
||||
titlebar,
|
||||
selection,
|
||||
menu,
|
||||
popover,
|
||||
sidebar,
|
||||
[JsonProperty("medium-light")]
|
||||
mediumLight,
|
||||
[JsonProperty("ultra-dark")]
|
||||
ultraDark
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user