namespace Avalar.ViewModels.Settings { public interface ISettingLimits { uint MaxWidth { get; } uint MaxHeight { get; } } }