MonoMobile.Views.GlassButtonTheme.GlassButtonTheme C# (CSharp) Method

GlassButtonTheme() public method

public GlassButtonTheme ( ) : MonoTouch.UIKit
return MonoTouch.UIKit
		public GlassButtonTheme()
		{
			//CellBackgroundColor = UIColor.FromRGB(88, 170, 34);
			CellBackgroundColor = UIColor.FromWhiteAlpha(1f, 0.6f);
			HighlightColor = UIColor.FromRGB(5, 115, 245);

			TextColor = UIColor.White;
			TextShadowColor = UIColor.DarkGray;
			TextAlignment = UITextAlignment.Center;
		}
	}
GlassButtonTheme