更新
This commit is contained in:
7
AntdWpf/Controls/BorderStyle.cs
Normal file
7
AntdWpf/Controls/BorderStyle.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace AntdWpf.Controls
|
||||
{
|
||||
public enum BorderStyle : byte
|
||||
{
|
||||
Solid, Dotted, Dashed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user