naps2/NAPS2.Lib/EtoForms/Layout/LayoutAlignment.cs
2022-10-15 21:58:42 -07:00

9 lines
113 B
C#

namespace NAPS2.EtoForms.Layout;
public enum LayoutAlignment
{
Fill,
Leading,
Center,
Trailing
}