MonoMobile.Views.DateCellView.DateCellView C# (CSharp) Méthode

DateCellView() public méthode

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