using System.Windows; namespace Azaion.Common.DTO.Config; public class ThumbnailConfig { public Size Size { get; set; } public int Border { get; set; } }