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