Files
annotations/Azaion.Common/DTO/Config/UIConfig.cs
T
2025-04-03 11:06:00 +03:00

9 lines
214 B
C#

namespace Azaion.Common.DTO.Config;
public class UIConfig
{
public double LeftPanelWidth { get; set; }
public double RightPanelWidth { get; set; }
public bool GenerateAnnotatedImage { get; set; }
}