namespace WinFormsLibrary.NonVisualComponents.Enums { public enum LegendLayoutEnum { None, Left, Top, Right, Bottom } }