PIbd-33_Sergunov_M.A._COP_4/Library/CustomComponents/LegendPosition.cs

10 lines
101 B
C#
Raw Permalink Normal View History

2023-11-16 19:05:42 +04:00
namespace CustomComponents
{
public enum LegendPosition
{
Left,
Top,
Right,
Botton,
}
}