Catalog/MaddoShared/Orientations.cs

13 lines
206 B
C#
Raw Permalink Normal View History

2025-07-28 09:59:58 +02:00
namespace MaddoShared;
public enum Orientations
{
TopLeft = 1,
TopRight = 2,
BottomRight = 3,
BottomLeft = 4,
LeftTop = 5,
RightTop = 6,
RightBottom = 7,
LftBottom = 8,
}