qstbak/Auspex/Auspex/AxLineCap.cs
2026-08-17 20:25:32 +10:00

8 lines
68 B
C#

namespace Auspex;
public enum AxLineCap
{
Butt,
Square,
Round
}