mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
9 lines
166 B
C#
9 lines
166 B
C#
using System.Windows;
|
|
|
|
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class ThumbnailConfig
|
|
{
|
|
public Size Size { get; set; }
|
|
public int Border { get; set; }
|
|
} |