namespace DPumpHydr.WinFrmUI.RLT.Enum.Metro { #region ScrollOrientateEnum public enum ScrollOrientate { /// /// Sets the scrollbar on horizontal orientation. /// Horizontal, /// /// Sets the scrollbar on vertical orientation. /// Vertical } #endregion }