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