namespace DPumpHydr.WinFrmUI.RLT.Enum.Crown { #region ScrollOrientationEnum public enum ScrollOrientation { Vertical, Horizontal } #endregion }