MonoTouch.Dialog.ElementAppearance.ElementAppearance C# (CSharp) Method

ElementAppearance() public method

public ElementAppearance ( ) : System
return System
		public ElementAppearance ()
		{
			LabelFont = UIFont.BoldSystemFontOfSize(18);
			LabelTextColor = UIColor.Black;
			DetailLabelFont = UIFont.BoldSystemFontOfSize(18);
			DetailLabelTextColor = UIColor.FromRGB(0.1653f, 0.2532f, 0.4543f);
			DisabledLabelTextColor = UIColor.Gray;
			BackgroundColorDisabled= UIColor.FromRGB(0.9606f, 0.9605f, 0.9605f);
			BackgroundColorEditable = UIColor.White;
			GroupedTableBackgroundColor = UIColor.White;
			UngroupedBackgroundColor = UIColor.GroupTableViewBackgroundColor;
			TextFieldFont = LabelFont;
			TextFieldFontTextColor = UIColor.Black;
			DetailLabelHighlightedTextColor = UIColor.White;
			LabelHighlightedTextColor = UIColor.White;}
ElementAppearance