namespace AntdWpf.Controls { public enum BorderStyle : byte { Solid, Dotted, Dashed } }