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