11 lines
127 B
C#
11 lines
127 B
C#
namespace COP.Enums
|
|
{
|
|
public enum LegendPosition
|
|
{
|
|
Top,
|
|
Bottom,
|
|
Left,
|
|
Right
|
|
}
|
|
}
|