8 lines
111 B
C#
8 lines
111 B
C#
namespace AntdWpf.Controls
|
|
{
|
|
public enum BorderStyle : byte
|
|
{
|
|
Solid, Dotted, Dashed
|
|
}
|
|
}
|