namespace UIWidgets { public enum SlideBlockAxis { LeftToRight = 0, TopToBottom = 1, RightToLeft = 2, BottomToTop = 3 } }