Files
annotations/Azaion.Common/DTO/Config/AnnotatorWindowConfig.cs
T
2024-11-28 18:04:34 +02:00

8 lines
216 B
C#

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