namespace MediaBrowser.Model.Entities { /// /// Enum ScrollDirection /// public enum ScrollDirection { /// /// The horizontal /// Horizontal, /// /// The vertical /// Vertical } }