mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-08 13:49:11 +00:00
23 lines
377 B
C#
23 lines
377 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public enum FileIconSize
|
|
{
|
|
/// <summary>
|
|
/// The small
|
|
/// </summary>
|
|
small,
|
|
|
|
/// <summary>
|
|
/// The normal
|
|
/// </summary>
|
|
normal,
|
|
|
|
/// <summary>
|
|
/// The large
|
|
/// </summary>
|
|
large
|
|
}
|
|
} |