namespace DPumpHydr.WinFrmUI.RLT.Enum.Metro { #region TabStyleEnum public enum TabStyle { /// /// Sets the TabControlStyle Style1. /// Style1, /// /// Sets the TabControlStyle Style2. /// Style2 } #endregion }