MonoMobile.Dialog.MessageSummaryView.MessageSummaryView C# (CSharp) Method

MessageSummaryView() static private method

static private MessageSummaryView ( ) : System
return System
		static MessageSummaryView ()
		{
			using (var colorspace = CGColorSpace.CreateDeviceRGB ()){
				gradient = new CGGradient (colorspace, new float [] { /* first */ .52f, .69f, .96f, 1, /* second */ .12f, .31f, .67f, 1 }, null); //new float [] { 0, 1 });
			}
		}