namespace Shared { public static class LayoutParams { public static readonly int MatchParent=int.MinValue; } public enum Color { Red=0xFF0000, Green=0x00FF00, Blue=0x0000FF } public enum Animate { None, UpToDown, DownToUp, LeftToRight, RightToLeft, Rotation } public enum AMPopTipDirection { Up, Down, Left, Right, None } public enum Device { Android, Ios, Phone } public enum Gravity { TopLeft, TopCenter, TopRight, CenterLeft, Center, CenterRight, BottomLeft, BottomCenter, BottomRight, CenterVertical, CenterHorizontal, Frame } public enum TextAlignment { TopLeft, TopCenter, TopRight, CenterLeft, Center, CenterRight, BottomLeft, BottomCenter, BottomRight, } }