Files
VisualComponents/VisualComponentsLib/Components/SupportClasses/Enums/EnumAreaLegend.cs
2023-10-06 21:29:34 +04:00

24 lines
324 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VisualComponentsLib.Components.SupportClasses.Enums
{
public enum EnumAreaLegend
{
None,
Left,
Top,
Right,
Bottom,
TopRight,
}
}