printer-api/Instructions/Alignment.cs

6 lines
57 B
C#
Raw Normal View History

2022-02-17 17:29:41 +00:00
public enum Alignment
{
Right,
Left,
Center
}