COP_Petrushin_PIbd-32/Library14Petrushin/Classes/LegendPosition.cs

17 lines
261 B
C#
Raw Normal View History

2024-09-30 11:24:43 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Library14Petrushin.Classes
{
public enum LegendPosition
{
Top,
Bottom,
Left,
Right
}
}