PIbd-31_Danilov_V_V_COP-30/Components/SaveToPdfHelpers/LegendPositions.cs

17 lines
230 B
C#
Raw Normal View History

2024-10-16 14:03:22 +04:00
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
}
}