namespace Connected { public enum SwipeDirection { None, LeftToRight, RightToLeft, TopToBottom, BottomToTop } }