1
0
Fork 0
forked from aly/qstbak
qstbak/Auspex/Auspex/AxLineJoin.cs
2026-08-17 20:25:32 +10:00

9 lines
76 B
C#

namespace Auspex;
public enum AxLineJoin
{
None,
Miter,
Bevel,
Round
}