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

DateCellView() public method

public DateCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System
		public DateCellView(RectangleF frame) : base(frame)
		{
			fmt.DateStyle = NSDateFormatterStyle.Medium;
		}