Ejemplo n.º 1
0
 public DateBoxBuilder MinZoomLevel(CalendarZoomLevel value)
 {
     base.Options["minZoomLevel"] = value;
     return(this);
 }
Ejemplo n.º 2
0
 public CalendarBuilder ZoomLevel(CalendarZoomLevel value)
 {
     base.Options["zoomLevel"] = value;
     return(this);
 }