11 lines
145 B
C#
Raw Permalink Normal View History

2024-09-25 00:46:40 +04:00
namespace ShabComponentsLibrary.Enums
{
public enum LegendPosition
{
Top,
Bottom,
Left,
Right
}
}