17 lines
141 B
C#
17 lines
141 B
C#
namespace WinFormsLibrary.NonVisualComponents.Enums
|
|
{
|
|
public enum LegendLayoutEnum
|
|
{
|
|
None,
|
|
|
|
Left,
|
|
|
|
Top,
|
|
|
|
Right,
|
|
|
|
Bottom
|
|
|
|
}
|
|
}
|