11 lines
145 B
C#

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