PIbd-31_Danilov_V_V_COP-30/Components/SaveToPdfHelpers/LegendPositions.cs
Владимир Данилов 4d673aa1dc В процессе
2024-10-16 14:03:22 +04:00

17 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Components.SaveToPdfHelpers
{
public enum LegendPositions
{
Top,
Bottom,
Left,
Right
}
}