11 lines
127 B
C#

namespace COP.Enums
{
public enum LegendPosition
{
Top,
Bottom,
Left,
Right
}
}