printer-api/Instructions/Alignment.cs
2022-02-17 18:29:41 +01:00

6 lines
57 B
C#

public enum Alignment
{
Right,
Left,
Center
}